IAnalyticsProvider::StartSession

Overload for StartSession that takes a single name/value pair

Windows
MacOS
Linux

References

Module

Analytics

Header

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

Include

#include "Interfaces/IAnalyticsProvider.h"

Syntax

bool StartSession
(
    const FString & ParamName,
    const FString & ParamValue
)

Remarks

Overload for StartSession that takes a single name/value pair

Parameters

Parameter

Description

ParamName

attribute name

ParamValue

attribute value

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