Navigation
Unreal Engine C++ API Reference > Runtime > AnalyticsET > IAnalyticsProviderET
Type | Name | Description | |
---|---|---|---|
bool | StartSession
(
const TArray< FAnalyticsEventAttribute >& Attributes |
This class augments StartSession with a version that takes the SessionID instead of always generating it. | |
bool | StartSession
(
FString InSessionID, |
Primary StartSession API. Allow move semantics to capture the attributes. |