YOM Replicator SDK 0.8.0.0
A metaverse SDK created by YOM
|
A BlueprintFunctionLibrary for YomTracking.
Static Public Member Functions | |
Blueprint Functions | |
static void | EmitTrackingInfo (const AYomPlayer *pPlayer, const TArray< FString > &pVariableNames, const TArray< UVaRestJsonValue * > &pVariableValues) |
Emits tracking info to the signalling server. More... | |
static void | EmitTrackingInfoGoogleAnalytics (const AYomPlayer *pPlayer, const FString &pEventName, UVaRestJsonValue *pEventValue) |
Emits tracking info in the format of the google analytics api. More... | |
|
static |
Emits tracking info to the signalling server.
pPlayer | The player that the tracking info needs to be send from |
pVariableNames | The variables that can be in the tracking info |
pVariableValues | The values that can be in the tracking info |
|
static |
Emits tracking info in the format of the google analytics api.
pPlayer | The player that the tracking info needs to be send from |
pEventName | The name of the event in google analytics |
pEventValue | An optional value to send google analytics |