Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/Interfaces > API/Runtime/Analytics/Interfaces/IAnalyticsProvider > API/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
(
const FString & EventName,
const FAnalyticsEventAttribute & Attribute
)
Remarks
Overload for RecordEvent that takes a single attribute
Parameters
| Name | Description |
|---|---|
| EventName | name of the event |
| Attribute | attribute name and value |