Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/FJoinLobby
Input struct for Lobbies::JoinLobby
| Name | Params |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Lobbies.h |
| Include Path | #include "Online/Lobbies.h" |
Syntax
struct Params
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bPresenceEnabled | bool | Whether this lobby should be set as the user's new presence lobby. False by default | Online/Lobbies.h | |
| LobbyId | FLobbyId | The id of the lobby to be joined. | Online/Lobbies.h | |
| LocalAccountId | FAccountId | The local user agent which will perform the action. | Online/Lobbies.h | |
| LocalName | FName | The local name for the lobby. | Online/Lobbies.h | |
| UserAttributes | TMap< FSchemaAttributeId, FSchemaVariant > | Initial user attributes. | Online/Lobbies.h |