Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Describes a category within a schema.
| Name | FSchemaCategoryDescriptor |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/SchemaTypes.h |
| Include Path | #include "Online/SchemaTypes.h" |
Syntax
struct FSchemaCategoryDescriptor
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Id | FSchemaCategoryId | Category for which the schema applies. |
Example: "Lobby" vs "LobbyMember" | Online/SchemaTypes.h | |
| ServiceDescriptorId | FSchemaServiceDescriptorId | Service descriptor to use for initializing schema. | Online/SchemaTypes.h |