IMultiUserClientModule::DisconnectSession

Disconnect from the current session if any, but prompt the user about session changes first.

Windows
MacOS
Linux

References

Module

MultiUserClient

Header

/Engine/Plugins/Developer/Concert/MultiUserClient/Source/MultiUserClient/Public/IMultiUserClientModule.h

Include

#include "IMultiUserClientModule.h"

Syntax

bool DisconnectSession
(
    bool bAlwaysAskConfirmation
)

Remarks

Disconnect from the current session if any, but prompt the user about session changes first.

Returns

true if the session is disconnected, false if the user declined.

Parameters

Parameter

Description

bAlwaysAskConfirmation

Prompt the user to confirm leaving the session even if they are no changes to persist.

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