Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/FCreateLobby
Input struct for Lobbies::CreateLobby
| 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 |
|---|---|---|---|---|
| Attributes | TMap< FSchemaAttributeId, FSchemaVariant > | Initial attributes. | Online/Lobbies.h | |
| bPresenceEnabled | bool | Whether this lobby should be set as the user's new presence lobby. False by default | Online/Lobbies.h | |
| JoinPolicy | ELobbyJoinPolicy | Initial join policy setting. | 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 | |
| MaxMembers | int32 | The maximum number of members who can fit in the lobby. | Online/Lobbies.h | |
| SchemaId | FSchemaId | The schema which will be applied to the lobby. | Online/Lobbies.h | |
| UserAttributes | TMap< FSchemaAttributeId, FSchemaVariant > | Initial user attributes. | Online/Lobbies.h |