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 FSchemaRegistryDescriptorConfig
Remarks
Set of all descriptors used to initialize a SchemaRegistry.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FSchemaAttributeDescriptor > | SchemaAttributeDescriptors | List of all schema attributes | |
| TArray< FSchemaCategoryAttributesDescriptor > | SchemaCategoryAttributeDescriptors | List of additional attributes to add to the given category for the given schema. | |
| TArray< FSchemaCategoryDescriptor > | SchemaCategoryDescriptors | List of all schema categories | |
| TArray< FSchemaDescriptor > | SchemaDescriptors | List of all supported schema. | |
| TArray< FSchemaServiceAttributeDescriptor > | ServiceAttributeDescriptors | List of all service attributes | |
| TArray< FSchemaServiceDescriptor > | ServiceDescriptors | List of all service descriptors. |