Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Set of all descriptors used to initialize a SchemaRegistry.
| Name | FSchemaRegistryDescriptorConfig |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/SchemaTypes.h |
| Include Path | #include "Online/SchemaTypes.h" |
Syntax
struct FSchemaRegistryDescriptorConfig
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SchemaAttributeDescriptors | TArray< FSchemaAttributeDescriptor > | List of all schema attributes | Online/SchemaTypes.h | |
| SchemaCategoryAttributeDescriptors | TArray< FSchemaCategoryAttributesDescriptor > | List of additional attributes to add to the given category for the given schema. | Online/SchemaTypes.h | |
| SchemaCategoryDescriptors | TArray< FSchemaCategoryDescriptor > | List of all schema categories | Online/SchemaTypes.h | |
| SchemaDescriptors | TArray< FSchemaDescriptor > | List of all supported schema. | Online/SchemaTypes.h | |
| ServiceAttributeDescriptors | TArray< FSchemaServiceAttributeDescriptor > | List of all service attributes | Online/SchemaTypes.h | |
| ServiceDescriptors | TArray< FSchemaServiceDescriptor > | List of all service descriptors. | Online/SchemaTypes.h |