Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/Interfaces > API/Runtime/Analytics/Interfaces/IAnalyticsProvider
| Type | Name | Description | |
|---|---|---|---|
| void | RecordEvent
(
const FString& EventName |
Overload for RecordEvent that takes no parameters | |
| void | RecordEvent
(
const FString& EventName, |
Records a named event with an array of attributes | |
| void | RecordEvent
(
const FString& EventName, |
Overload for RecordEvent that takes a single attribute | |
| void | RecordEvent
(
const FString& EventName, |
Overload for RecordEvent that takes a single name/value pair |