RecordEvent

Overload list

Windows
MacOS
Linux
Name Description

Public function Virtual

void

 

RecordEvent

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

This class augments RecordEvent with a version that takes the EventName by rvalue reference to save a string copy.

Public function

void

 

RecordEvent

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

Primary RecordEvent API. Allow move semantics to capture the attributes.

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