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