Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/FVariantData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVariantData () |
Constructor | OnlineKeyValuePair.h | |
FVariantData
(
const ValueType& InData |
Constructor starting with an initialized value/type | OnlineKeyValuePair.h | |
FVariantData
(
const FVariantData& Other |
Copy constructor. Copies the other into this object | OnlineKeyValuePair.h | |
FVariantData
(
FVariantData&& Other |
Move constructor. Moves the other into this object | OnlineKeyValuePair.h |
FVariantData()
Description
Constructor
| Name | FVariantData |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineKeyValuePair.h |
| Include Path | #include "OnlineKeyValuePair.h" |
FVariantData()
FVariantData(const ValueType &)
Description
Constructor starting with an initialized value/type
| Name | FVariantData |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineKeyValuePair.h |
| Include Path | #include "OnlineKeyValuePair.h" |
template<typename ValueType>
FVariantData
(
const ValueType & InData
)
FVariantData(const FVariantData &)
Description
Copy constructor. Copies the other into this object
| Name | FVariantData |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineKeyValuePair.h |
| Include Path | #include "OnlineKeyValuePair.h" |
| Source | /Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineKeyValuePair.cpp |
FVariantData
(
const FVariantData & Other
)
Parameters
| Name | Remarks |
|---|---|
| Other | the other structure to copy |
FVariantData(FVariantData &&)
Description
Move constructor. Moves the other into this object
| Name | FVariantData |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineKeyValuePair.h |
| Include Path | #include "OnlineKeyValuePair.h" |
| Source | /Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineKeyValuePair.cpp |
FVariantData
(
FVariantData && Other
)
Parameters
| Name | Remarks |
|---|---|
| Other | the other structure to move |