Navigation
Unreal Engine C++ API Reference > 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 |