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
class FSchemaVariant
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVariantType | VariantData | ||
| ESchemaAttributeType | VariantType |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSchemaVariant
(
const FSchemaVariant& InOther |
|||
FSchemaVariant
(
FSchemaVariant&& InOther |
|||
FSchemaVariant
(
const TCHAR* InData |
|||
FSchemaVariant
(
const FString& InData |
|||
FSchemaVariant
(
FString&& InData |
|||
FSchemaVariant
(
int64 InData |
|||
FSchemaVariant
(
double InData |
|||
FSchemaVariant
(
bool InData |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetBoolean () |
||
| double | GetDouble () |
||
| int64 | GetInt64 () |
||
| const FString & | GetString () |
||
| ESchemaAttributeType | GetType () |
||
| void | Set
(
double AsDouble |
||
| void | |||
| void | |||
| void | |||
| void | |||
| void | Set
(
bool bAsBool |
||
| FString | ToLogString () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FSchemaVariant& Other |
||
| FSchemaVariant & | operator=
(
FSchemaVariant&& |
||
| FSchemaVariant & | operator=
(
const FSchemaVariant& |
||
| bool | operator==
(
const FSchemaVariant& Other |
Typedefs
| Name | Description |
|---|---|
| FVariantType |