UOnlineSessionClient::OnDestroyForMainMenuComplete

Transition from destroying a session to returning to the main menu

Windows
MacOS
Linux

References

Module

OnlineSubsystemUtils

Header

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/OnlineSessionClient.h

Include

#include "OnlineSessionClient.h"

Source

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/OnlineSessionClient.cpp

Syntax

void OnDestroyForMainMenuComplete
(
    FName SessionName,
    bool bWasSuccessful
)

Remarks

Transition from destroying a session to returning to the main menu

Parameters

Parameter

Description

SessionName

name of session recently destroyed

bWasSuccessful

was the destroy attempt successful

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