Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FVariant
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/Variant.h |
Include | #include "Misc/Variant.h" |
template<typename T>
operator T&40;&41; const
Remarks
Implicit conversion operator. The value converted to the specified type.
Parameters
Name | Description |
---|---|
T | The type to convert the value to. |