Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TVariant
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Copy assign a variant from another variant of the same type | Misc/TVariant.h | ||
| Move assign a variant from another variant of the same type | Misc/TVariant.h |
operator=(const TVariant &)
Description
Copy assign a variant from another variant of the same type
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/TVariant.h |
| Include Path | #include "Misc/TVariant.h" |
TVariant & operator=
(
const TVariant & Other
)
operator=(TVariant &&)
Description
Move assign a variant from another variant of the same type
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/TVariant.h |
| Include Path | #include "Misc/TVariant.h" |
TVariant & operator=
(
TVariant && Other
)