ALobbyBeaconHost::ProcessJoinServer

Handle a request from a client when they are actually joining the server (needed for keeping player around when lobby beacon disconnects)

Windows
MacOS
Linux

References

Module

Lobby

Header

/Engine/Plugins/Online/OnlineFramework/Source/Lobby/Public/LobbyBeaconHost.h

Include

#include "LobbyBeaconHost.h"

Source

/Engine/Plugins/Online/OnlineFramework/Source/Lobby/Private/LobbyBeaconHost.cpp

Syntax

virtual bool ProcessJoinServer
(
    ALobbyBeaconClient * ClientActor
)

Remarks

Handle a request from a client when they are actually joining the server (needed for keeping player around when lobby beacon disconnects)

Parameters

Parameter

Description

ClientActor

client that is making the request

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