Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Describes all properties needed to use a schema.
| Name | FSchemaDescriptor |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/SchemaTypes.h |
| Include Path | #include "Online/SchemaTypes.h" |
Syntax
struct FSchemaDescriptor
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CategoryIds | TArray< FSchemaCategoryId > | Categories of data within the schema. | Online/SchemaTypes.h | |
| Id | FSchemaId | The id associated with this schema. | Online/SchemaTypes.h | |
| ParentId | FSchemaId | Parent schema (not required). | Online/SchemaTypes.h |