Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
The set of data used to write a variant to a service.
| Name | FSchemaServiceAttributeData |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/SchemaTypes.h |
| Include Path | #include "Online/SchemaTypes.h" |
Syntax
struct FSchemaServiceAttributeData
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 | |
| Value | FSchemaVariant | The attribute value. | Online/SchemaTypes.h |