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