Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
The runtime definition of a schema service attribute.
| Name | FSchemaServiceAttributeDefinition |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/SchemaTypes.h |
| Include Path | #include "Online/SchemaTypes.h" |
Syntax
struct FSchemaServiceAttributeDefinition
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Flags | ESchemaServiceAttributeFlags | Additional behavior required by the attribute. | Online/SchemaTypes.h | |
| Id | FSchemaServiceAttributeId | The id to associate with this attribute. | Online/SchemaTypes.h | |
| MaxSize | int32 | Declares the maximum allowed size for the service attribute. | Online/SchemaTypes.h | |
| SchemaAttributeIds | TArray< FSchemaAttributeId > | The attribute ids contained within the service attribute. | Online/SchemaTypes.h | |
| Type | ESchemaServiceAttributeSupportedTypeFlags | The supported type. Only one type is supported in a service attribute definition. | Online/SchemaTypes.h |