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 FSchemaServiceAttributeDefinition
Remarks
The runtime definition of a schema service attribute.
Variables
| Type | Name | Description | |
|---|---|---|---|
| ESchemaServiceAttributeFlags | Flags | Additional behavior required by the attribute. | |
| FSchemaServiceAttributeId | Id | The id to associate with this attribute. | |
| int32 | MaxSize | Declares the maximum allowed size for the service attribute. | |
| TArray< FSchemaAttributeId > | SchemaAttributeIds | The attribute ids contained within the service attribute. | |
| ESchemaServiceAttributeSupportedTypeFlags | Type | The supported type. Only one type is supported in a service attribute definition. |