Skip to main content
Event to be uploaded to PlayFab.

Syntax

Members

entity   PFEntityKey const*
may be nullptr
Entity associated with the event. If null, the event will apply to the calling entity. eventNamespace   const char*
is null-terminated
The namespace in which the event is defined. name   const char*
is null-terminated
The name of the event. clientId   const char*
is null-terminated
Client assigned identifier associated with event. Not required but may be useful for tracking or tracing. If a clientId is not provided, the SDK will automatically assign one. payloadJson   const char*
is null-terminated
Arbitrary JSON data associated with the event.

Requirements

Header: PFEventPipeline.h

See also

PFEventPipeline members
Last modified on August 1, 2026