ISessionManager::SetInstanceSelected

Marks the specified item as selected or unselected.

Windows
MacOS
Linux

References

Module

SessionServices

Header

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

Include

#include "ISessionManager.h"

Syntax

bool SetInstanceSelected
(
    const TSharedRef< ISessionInstanceInfo > & Instance,
    bool Selected
)

Remarks

Marks the specified item as selected or unselected.

Returns

true if the instance was selected, false otherwise.

Parameters

Parameter

Description

Instance

The instance to mark.

Selected

Whether the instance should be selected (true) or unselected (false).

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