Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/Online > API/Plugins/OnlineServicesInterface/Online/FModifyLobbyAttributes
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::ModifyLobbyAttributes
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLobbyId | LobbyId | Id of the lobby. | |
| FAccountId | LocalAccountId | The local user agent which will perform the action. | |
| TSet< FSchemaAttributeId > | RemovedAttributes | Attributes to be cleared. | |
| TMap< FSchemaAttributeId, FSchemaVariant > | UpdatedAttributes | New or changed lobby attributes. |