ReportEvent

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

void

 

ReportEvent

(
    FString EventName,
    FString PlatformName,
    bool bHasCode
)

Reports an event to the analytics system if it is enabled

Public function Static

void

 

ReportEvent

(
    FString EventName,
    FString PlatformName,
    bool bHasCode,
    const TArray< FAnalyticsEventAttrib...
)

Reports an event to the analytics system if it is enabled with some extra parameters

Public function Static

void

 

ReportEvent

(
    FString EventName,
    FString PlatformName,
    bool bHasCode,
    int32 ErrorCode,
    TArray< FAnalyticsEventAttribute > ...
)

Reports an event to the analytics system if it is enabled with some extra parameters with an error code

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