Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
The runtime definition of a schema category. The contained data can be used for validation and translation.
| Name | FSchemaCategoryDefinition |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/SchemaTypes.h |
| Include Path | #include "Online/SchemaTypes.h" |
Syntax
struct FSchemaCategoryDefinition
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Id | FSchemaCategoryId | Category for which the schema applies. |
Example: "Lobby" vs "LobbyMember" | Online/SchemaTypes.h | |
| SchemaAttributeDefinitions | TMap< FSchemaAttributeId, FSchemaAttributeDefinition > | Mapping of schema attribute ids to attribute definitions. | Online/SchemaTypes.h | |
| SchemaCompatibilityAttributeId | FSchemaAttributeId | The Id of the attribute containing the schema compatibility id. | Online/SchemaTypes.h | |
| SchemaCompatibilityServiceAttributeId | FSchemaServiceAttributeId | The Id of the service attribute containing the schema compatibility id. | Online/SchemaTypes.h | |
| ServiceAttributeDefinitions | TMap< FSchemaServiceAttributeId, FSchemaServiceAttributeDefinition > | Mapping of service attribute ids to service attribute definitions. | Online/SchemaTypes.h |