FLobbyPlayerStateInfoArray::AddPlayer

Create and replicate the appropriate player state for the new player

Windows
MacOS
Linux

References

Module

Lobby

Header

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

Include

#include "LobbyBeaconState.h"

Source

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

Syntax

ALobbyBeaconPlayerState * AddPlayer
(
    const FText & PlayerName,
    const FUniqueNetIdRepl & UniqueId
)

Remarks

Create and replicate the appropriate player state for the new player

Returns

player state representation of the new player

Parameters

Parameter

Description

PlayerName

display name of new player

UniqueId

unique id of the new player

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