IAnalyticsProvider::StartSession

Starts a session. See parameterless-version for contract details.

Windows
MacOS
Linux

Override Hierarchy

IAnalyticsProvider::StartSession()

IAnalyticsProviderET::StartSession()

References

Module

Analytics

Header

/Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsProvider.h

Include

#include "Interfaces/IAnalyticsProvider.h"

Syntax

bool StartSession
(
    const TArray< FAnalyticsEventAttribute > & Attributes
)

Remarks

Starts a session. See parameterless-version for contract details.

Parameters

Parameter

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.

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