IAnalyticsProvider::SetSessionID

Sets the session ID of the analytics session.

Choose your operating system:

Windows

macOS

Linux

References

Module

Analytics

Header

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

Include

#include "Interfaces/IAnalyticsProvider.h"

Syntax

bool SetSessionID
(
    const FString & InSessionID
)

Remarks

Sets the session ID of the analytics session. This is not something you normally have to do, except for circumstances where you need to send events on behalf of another user (like a dedicated server sending events for the connected clients).