RecordEvent

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

RecordEvent

(
    const FString& EventName
)

Overload for RecordEvent that takes no parameters

Public function

void

 

RecordEvent

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

Records a named event with an array of attributes

Public function

void

 

RecordEvent

(
    const FString& EventName,
    const FAnalyticsEventAttribute& At...
)

Overload for RecordEvent that takes a single attribute

Public function

void

 

RecordEvent

(
    const FString& EventName,
    const FString& ParamName,
    const FString& ParamValue
)

Overload for RecordEvent that takes a single name/value pair

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