Navigation
API > API/Plugins > API/Plugins/Lobby > API/Plugins/Lobby/ALobbyBeaconClient
References
| Module | Lobby |
| Header | /Engine/Plugins/Online/OnlineFramework/Source/Lobby/Public/LobbyBeaconClient.h |
| Include | #include "LobbyBeaconClient.h" |
UFUNCTION&40;Client, Reliable&41;
virtual void ClientPlayerJoined
&40;
const FText & NewPlayerName,
const FUniqueNetIdRepl & InUniqueId
&41;
Remarks
Client notification that another player has joined the lobby
Parameters
| Name | Description |
|---|---|
| NewPlayerName | display name of new player |
| InUniqueId | unique id of new player |