Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/ILobbies
Description
Change the schema applied to the lobby and member attributes. Only the lobby leader may change the schema. Existing attributes not present in the new schema will be cleared.
| Name | ModifyLobbySchema |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Lobbies.h |
| Include Path | #include "Online/Lobbies.h" |
TOnlineAsyncOpHandle < FModifyLobbySchema > ModifyLobbySchema
(
FModifyLobbySchema::Params && Params
)
Parameters
| Name | Remarks |
|---|---|
| Params | for the ModifyLobbySchema call |