IAnalyticsProviderET::RecordEvent

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

Windows
MacOS
Linux

References

Module

AnalyticsET

Header

/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h

Include

#include "IAnalyticsProviderET.h"

Syntax

void RecordEvent
(
    FString && EventName,
    const TArray< FAnalyticsEventAttribute > & Attributes
)

Remarks

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