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