Navigation
Unreal Engine C++ API Reference > Plugins > MultiUserClient > IMultiUserClientModule
References
Module | MultiUserClient |
Header | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClient/Public/IMultiUserClientModule.h |
Include | #include "IMultiUserClientModule.h" |
bool DisconnectSession
&40;
bool bAlwaysAskConfirmation
&41;
Remarks
Disconnect from the current session if any, but prompt the user about session changes first. true if the session is disconnected, false if the user declined.
Parameters
Name | Description |
---|---|
bAlwaysAskConfirmation | Prompt the user to confirm leaving the session even if they are no changes to persist. |