UOnlineSessionClient::OnJoinSessionComplete

Delegate fired when the joining process for an online session has completed

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 OnJoinSessionComplete
(
    FName SessionName,
    EOnJoinSessionCompleteResult::Type Result
)

Remarks

Delegate fired when the joining process for an online session has completed

Parameters

Parameter

Description

SessionName

the name of the session this callback is for

bWasSuccessful

true if the async action completed without error, false if there was an error

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