Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Changes from the client data to be translated into service changes.
| Name | FSchemaClientChanges |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/SchemaTypes.h |
| Include Path | #include "Online/SchemaTypes.h" |
Syntax
struct FSchemaClientChanges
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RemovedAttributes | TSet< FSchemaAttributeId > | Attributes to be cleared. | Online/SchemaTypes.h | |
| SchemaId | TOptional< FSchemaId > | Change to schema id. | Online/SchemaTypes.h | |
| UpdatedAttributes | TMap< FSchemaAttributeId, FSchemaVariant > | Added or changed attributes and their values. | Online/SchemaTypes.h |