Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Struct for LobbyAttributesChanged event
| Name | FLobbyAttributesChanged |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Lobbies.h |
| Include Path | #include "Online/Lobbies.h" |
Syntax
struct FLobbyAttributesChanged
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AddedAttributes | TMap< FSchemaAttributeId, FSchemaVariant > | Added attributes. | Online/Lobbies.h | |
| ChangedAttributes | TMap< FSchemaAttributeId, TPair< FSchemaVariant, FSchemaVariant > > | Changed attributes with their old and new values. | Online/Lobbies.h | |
| Lobby | TSharedRef< const FLobby > | Lobby data access. | Online/Lobbies.h | |
| RemovedAttributes | TSet< FSchemaAttributeId > | Removed attribute ids. | Online/Lobbies.h |