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 FSchemaAttributeDescriptor
Remarks
Describes the required attribute configuration for a schema attribute.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< ESchemaAttributeFlags > | Flags | Additional behavior required by the attribute. | |
| FSchemaAttributeId | Id | The id to associate with this attribute. | |
| int32 | MaxSize | Declares the maximum allowed serialized size for a variably sized attribute. | |
| ESchemaAttributeType | Type | The type of data contained within the attribute. | |
| int32 | UpdateGroupId | Whether to group the attribute together with other attributes explicitly. |