Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/FVariantData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVariantData & operator=
(
const FVariantData& Other |
Assignment operator. Copies the other into this object | OnlineKeyValuePair.h | |
FVariantData & operator=
(
FVariantData&& Other |
Move Assignment operator. Moves the other into this object | OnlineKeyValuePair.h |
operator=(const FVariantData &)
Description
Assignment operator. Copies the other into this object
| Name | operator= |
| 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 & operator=
(
const FVariantData & Other
)
Parameters
| Name | Remarks |
|---|---|
| Other | the other structure to copy |
operator=(FVariantData &&)
Description
Move Assignment operator. Moves the other into this object
| Name | operator= |
| 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 & operator=
(
FVariantData && Other
)
Parameters
| Name | Remarks |
|---|---|
| Other | the other structure to move |