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 FSchemaClientChanges
Remarks
Changes from the client data to be translated into service changes.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSet< FSchemaAttributeId > | RemovedAttributes | Attributes to be cleared. | |
| TOptional< FSchemaId > | SchemaId | Change to schema id. | |
| TMap< FSchemaAttributeId, FSchemaVariant > | UpdatedAttributes | Added or changed attributes and their values. |