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 FSchemaDescriptor
Remarks
Describes all properties needed to use a schema.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FSchemaCategoryId > | CategoryIds | Categories of data within the schema. | |
| FSchemaId | Id | The id associated with this schema. | |
| FSchemaId | ParentId | Parent schema (not required). |