Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineKeyValuePair.h |
Include |
#include "OnlineKeyValuePair.h" |
class FVariantData
Container for storing data of variable type
Name | Description | |
---|---|---|
|
FVariantData() |
Constructor |
|
FVariantData ( |
Constructor starting with an initialized value/type |
|
FVariantData ( |
Copy constructor. Copies the other into this object |
|
FVariantData ( |
Move constructor. Moves the other into this object |
Name | Description | |
---|---|---|
|
~FVariantData() |
Cleans up the data to prevent leaks |
Name | Description | ||
---|---|---|---|
|
AddToJsonObject ( |
Insert variant data into json object |
|
|
Decrement ( |
Decrements the value by the specified amount |
|
|
Decrement() |
Decrements the numeric value by 1 |
|
|
Empty() |
Cleans up the existing data and sets the type to ODT_Empty |
|
|
FromJson ( |
Convert json object to variant data from "type,value" fields |
|
|
FromJsonValue ( |
Convert json object to variant data from Name_ |
|
|
FromString ( |
Converts the string to the specified type of data for this setting |
|
|
const EOnlin... |
GetType() |
Get the key for this key value pair |
|
const TCHAR ... |
GetTypeString() |
|
|
GetTypeSuffix() |
Combine the type suffix given this variant's type |
|
|
GetValue ( |
Copies the data after verifying the type |
|
|
GetValue |
Copies the data after verifying the type |
|
|
GetValue ( |
Copies the data after verifying the type |
|
|
GetValue ( |
Copies the data after verifying the type |
|
|
GetValue ( |
Copies the data after verifying the type |
|
|
GetValue |
Copies the data after verifying the type. |
|
|
GetValue ( |
Copies the data after verifying the type |
|
|
GetValue ( |
Copies the data after verifying the type |
|
|
GetValue ( |
Copies the data after verifying the type |
|
|
GetValue ( |
Copies the data after verifying the type |
|
|
GetValue ( |
Copies the data after verifying the type |
|
|
GetValue ( |
Copies the data after verifying the type |
|
|
Increment ( |
Increments the value by the specified amount |
|
|
Increment() |
Increments the numeric value by 1 |
|
|
IsNumeric() |
Returns true if Type is numeric |
|
|
SetJsonValueFromString ( |
Copies the data and sets the type |
|
|
SetValue ( |
Copies the data and sets the type |
|
|
SetValue ( |
Copies the data and sets the type |
|
|
SetValue |
Copies the data and sets the type |
|
|
SetValue ( |
Copies the data and sets the type |
|
|
SetValue ( |
Copies the data and sets the type |
|
|
SetValue ( |
Copies the data and sets the type |
|
|
SetValue ( |
Copies the data and sets the type |
|
|
SetValue ( |
Copies the data and sets the type |
|
|
SetValue ( |
Copies the data and sets the type |
|
|
SetValue ( |
Copies the data and sets the type |
|
|
SetValue ( |
Copies the data and sets the type |
|
|
SetValue |
Copies the data and sets the type |
|
|
TSharedRef< ... |
ToJson() |
Convert variant data to json object with "type,value" fields |
|
ToString() |
Converts the data into a string representation |
Name | Description | ||
---|---|---|---|
|
operator!= ( |
||
|
FVariantData... |
operator= ( |
Assignment operator. Copies the other into this object |
|
FVariantData... |
operator= ( |
Move Assignment operator. Moves the other into this object |
|
operator== ( |
Comparison of two settings data classes |