Navigation
Unreal Engine C++ API Reference > Runtime > Analytics > Interfaces > IAnalyticsProvider > StartSession
References
Module | Analytics |
Header | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsProvider.h |
Include | #include "Interfaces/IAnalyticsProvider.h" |
bool StartSession
(
const TArray < FAnalyticsEventAttribute > & Attributes
)
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. |