Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Describes available options for an attribute made available by the underlying service.
| Name | FSchemaServiceAttributeDescriptor |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/SchemaTypes.h |
| Include Path | #include "Online/SchemaTypes.h" |
Syntax
struct FSchemaServiceAttributeDescriptor
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Flags | TArray< 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 | |
| SupportedTypes | TArray< ESchemaServiceAttributeSupportedTypeFlags > | Declares what data types can be handled by the service attribute. | Online/SchemaTypes.h |