Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FVariant > API/Runtime/Core/Misc/FVariant/op_assign
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/Variant.h |
Include | #include "Misc/Variant.h" |
template<typename T>
FVariant & operator&61;
&40;
T InValue
&41;
Remarks
Assignment operator. This instance.
Parameters
Name | Description |
---|---|
T | The type of the value to assign. |
InValue | The value to assign. |