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