RecordEventJson

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

RecordEventJson

(
    FString EventName,
    TArray< FAnalyticsEventAttribute > ...
)

Sends an event where each attribute value is expected to be a string-ified Json value.

Public function

void

 

RecordEventJson

(
    FString EventName,
    const TArray< FAnalyticsEventAttrib...
)

Helper for RecordEventJson when the array is not an rvalue reference.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss