Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
The runtime definition of a schema attribute.
| Name | FSchemaAttributeDefinition |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/SchemaTypes.h |
| Include Path | #include "Online/SchemaTypes.h" |
Syntax
struct FSchemaAttributeDefinition
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Flags | 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 | |
| ServiceAttributeId | FSchemaServiceAttributeId | The id of the associated service attribute. | Online/SchemaTypes.h | |
| Type | ESchemaAttributeType | The type of data contained within the attribute. | Online/SchemaTypes.h |