Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/Online
References
| Module | OnlineServicesInterface |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/SchemaTypes.h |
| Include | #include "Online/SchemaTypes.h" |
Syntax
struct FSchemaServiceClientChanges
Remarks
Changes to be applied to the client data following service attribute changes.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FSchemaAttributeId, FSchemaVariant > | AddedAttributes | Added attributes. | |
| TMap< FSchemaAttributeId, TPair< FSchemaVariant, FSchemaVariant > > | ChangedAttributes | Changed attributes with their old and new values. | |
| TSet< FSchemaAttributeId > | RemovedAttributes | Removed attribute ids. | |
| TOptional< FSchemaId > | SchemaId | Change to schema id. |