Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/Interfaces > API/Runtime/Analytics/Interfaces/IAnalyticsProvider > API/Runtime/Analytics/Interfaces/IAnalyticsProvider/StartSession
- IAnalyticsProvider::StartSession()
- IAnalyticsProviderET::StartSession()
References
| Module | Analytics |
| Header | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsProvider.h |
| Include | #include "Interfaces/IAnalyticsProvider.h" |
bool StartSession
&40;
const TArray< FAnalyticsEventAttribute > & Attributes
&41;
Remarks
Starts a session. See parameterless-version for contract details.
Parameters
| Name | Description |
|---|---|
| Attributes | attributes of the session. Arbitrary set of key/value pairs that will be sent with the StartSession event that this should also trigger. |