Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Changes to be applied to the service data following client schema attribute changes.
| Name | FSchemaClientServiceChanges |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/SchemaTypes.h |
| Include Path | #include "Online/SchemaTypes.h" |
Syntax
struct FSchemaClientServiceChanges
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RemovedAttributes | TSet< FSchemaServiceAttributeId > | Removed attribute ids. | Online/SchemaTypes.h | |
| UpdatedAttributes | TMap< FSchemaServiceAttributeId, FSchemaServiceAttributeData > | Added or changed attributes and their values. | Online/SchemaTypes.h |