ISessionInfo::GetInstances

Gets a read-only collection of all instances that belong to this session.

Windows
MacOS
Linux

References

Module

SessionServices

Header

/Engine/Source/Runtime/SessionServices/Public/ISessionInfo.h

Include

#include "ISessionInfo.h"

Syntax

void GetInstances
(
    TArray< TSharedPtr< ISessionInstanceInfo >> & OutInstances
) const

Remarks

Gets a read-only collection of all instances that belong to this session.

Parameters

Parameter

Description

OutInstances

Will hold the collection of instances.

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