IAnalyticsProviderET::StartSession

This class augments StartSession with a version that takes the SessionID instead of always generating it.

Windows
MacOS
Linux

Override Hierarchy

IAnalyticsProvider::StartSession()

IAnalyticsProviderET::StartSession()

References

Module

AnalyticsET

Header

/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h

Include

#include "IAnalyticsProviderET.h"

Syntax

virtual bool StartSession
(
    const TArray< FAnalyticsEventAttribute > & Attributes
)

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss