FEditorAnalyticsSession::FindSession

Find the sessions for which the PlatformProcessID matches the specified session process id.

Windows
MacOS
Linux

References

Module

EditorAnalyticsSession

Header

/Engine/Source/Developer/EditorAnalyticsSession/Public/EditorAnalyticsSession.h

Include

#include "EditorAnalyticsSession.h"

Source

/Engine/Source/Developer/EditorAnalyticsSession/Private/EditorAnalyticsSession.cpp

Syntax

static bool FindSession
(
    const uint32 InSessionProcessId,
    FEditorAnalyticsSession & OutSession
)

Remarks

Find the sessions for which the PlatformProcessID matches the specified session process id.

Returns

True if a session for the specified process id was found, false otherwise.

Parameters

Parameter

Description

InSessionProcessId

The session with this process ID.

The

found session if any (undefined if not found)

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