Navigation
Unreal Engine C++ API Reference > Runtime > Analytics > Interfaces > IAnalyticsProvider
Type | Name | Description | |
---|---|---|---|
![]() |
bool | StartSession () |
Starts a session. |
![]() |
bool | StartSession
(
const TArray< FAnalyticsEventAttribute >& Attributes |
Starts a session. See parameterless-version for contract details. |
![]() |
bool | StartSession
(
const FAnalyticsEventAttribute& Attribute |
Overload for StartSession that takes a single attribute |
![]() |
bool | StartSession
(
const FString& ParamName, |
Overload for StartSession that takes a single name/value pair |