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 FSchemaDefinition
Remarks
The runtime definition of a schema. The contained data can be used for validation and translation.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FSchemaCategoryId, FSchemaCategoryDefinition > | Categories | Supported categories within the schema. | |
| int64 | CompatibilityId | The compatibility id consists of the CRC of the schema name in the top 32 bits and the CRC of all the schema options in the bottom 32 bits. | |
| FSchemaId | Id | The id associated with this schema. | |
| TSet< FSchemaId > | ParentSchemaIds | Set of parent schema ids for parent checks. |