Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/Interfaces > API/Runtime/Analytics/Interfaces/IAnalyticsProvider > API/Runtime/Analytics/Interfaces/IAnalyticsProvider/RecordEvent
- IAnalyticsProvider::RecordEvent()
- IAnalyticsProviderET::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 TArray< FAnalyticsEventAttribute > & Attributes
&41;
Remarks
Records a named event with an array of attributes
Parameters
| Name | Description |
|---|---|
| EventName | name of the event |
| Attributes | array of attribute name/value pairs |