Navigation
Unreal Engine C++ API Reference > Runtime > Analytics > Interfaces > IAnalyticsProvider > RecordEvent
References
Module | Analytics |
Header | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsProvider.h |
Include | #include "Interfaces/IAnalyticsProvider.h" |
void RecordEvent
&40;
const FString & EventName,
const FAnalyticsEventAttribute & Attribute
&41;
Remarks
Overload for RecordEvent that takes a single attribute
Parameters
Name | Description |
---|---|
EventName | name of the event |
Attribute | attribute name and value |