Navigation
API > API/Runtime > API/Runtime/AnalyticsET > API/Runtime/AnalyticsET/IAnalyticsProviderET
| Type | Name | Description | |
|---|---|---|---|
| void | RecordEvent
(
const FString& EventName, |
This class augments RecordEvent with a version that takes the EventName by rvalue reference to save a string copy. | |
| void | RecordEvent
(
FString&& EventName, |
Primary RecordEvent API. Allow move semantics to capture the attributes. |