Navigation
API > API/Runtime > API/Runtime/AnalyticsET > API/Runtime/AnalyticsET/IAnalyticsProviderET
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool StartSession
(
const TArray< FAnalyticsEventAttribute >& Attributes |
This class augments StartSession with a version that takes the SessionID instead of always generating it. | IAnalyticsProviderET.h | |
bool StartSession
(
FString InSessionID, |
Primary StartSession API. Allow move semantics to capture the attributes. | IAnalyticsProviderET.h |
StartSession(const TArray< FAnalyticsEventAttribute > &)
Description
This class augments StartSession with a version that takes the SessionID instead of always generating it. Implement the base version in terms of this one.
| Name | StartSession |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h |
| Include Path | #include "IAnalyticsProviderET.h" |
virtual bool StartSession
(
const TArray < FAnalyticsEventAttribute > & Attributes
)
StartSession(FString, const TArray< FAnalyticsEventAttribute > &)
Description
Primary StartSession API. Allow move semantics to capture the attributes.
| Name | StartSession |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h |
| Include Path | #include "IAnalyticsProviderET.h" |
bool StartSession
(
FString InSessionID,
const TArray < FAnalyticsEventAttribute > & Attributes
)