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 FSchemaCategoryAttributesDescriptor
Remarks
Adds a set of attributes to a given category in a given schema.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FSchemaAttributeId > | AttributeIds | The attributes to add. | |
| FSchemaCategoryId | CategoryId | The category to add attributes to. | |
| FSchemaId | SchemaId | The schema to add attributes to. |