ISessionManager::SelectSession

Selects the specified session.

Windows
MacOS
Linux

References

Module

SessionServices

Header

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

Include

#include "ISessionManager.h"

Syntax

bool SelectSession
(
    const TSharedPtr< ISessionInfo > & Session
)

Remarks

Selects the specified session.

Returns

true if the session was selected, false otherwise.

Parameters

Parameter

Description

Session

The session to the select (can be NULL to select none).

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