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 FSchemaAttributeDefinition
Remarks
The runtime definition of a schema attribute.
Variables
| Type | Name | Description | |
|---|---|---|---|
| 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. | |
| FSchemaServiceAttributeId | ServiceAttributeId | The id of the associated service attribute. | |
| ESchemaAttributeType | Type | The type of data contained within the attribute. |