Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Adds a set of attributes to a given category in a given schema.
| Name | FSchemaCategoryAttributesDescriptor |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/SchemaTypes.h |
| Include Path | #include "Online/SchemaTypes.h" |
Syntax
struct FSchemaCategoryAttributesDescriptor
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttributeIds | TArray< FSchemaAttributeId > | The attributes to add. | Online/SchemaTypes.h | |
| CategoryId | FSchemaCategoryId | The category to add attributes to. | Online/SchemaTypes.h | |
| SchemaId | FSchemaId | The schema to add attributes to. | Online/SchemaTypes.h |