UOnlineSessionClient::OnDestroyForJoinSessionComplete

Transition from destroying a session to joining a new one of the same name

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 OnDestroyForJoinSessionComplete
(
    FName SessionName,
    bool bWasSuccessful
)

Remarks

Transition from destroying a session to joining a new one of the same name

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