Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Describes the required attribute configuration for a schema attribute.
| Name | FSchemaAttributeDescriptor |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/SchemaTypes.h |
| Include Path | #include "Online/SchemaTypes.h" |
Syntax
struct FSchemaAttributeDescriptor
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Flags | TArray< ESchemaAttributeFlags > | Additional behavior required by the attribute. | Online/SchemaTypes.h | |
| Id | FSchemaAttributeId | The id to associate with this attribute. | Online/SchemaTypes.h | |
| MaxSize | int32 | Declares the maximum allowed serialized size for a variably sized attribute. | Online/SchemaTypes.h | |
| Type | ESchemaAttributeType | The type of data contained within the attribute. | Online/SchemaTypes.h | |
| UpdateGroupId | int32 | Whether to group the attribute together with other attributes explicitly. | Online/SchemaTypes.h |