Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > TVariant > Get
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/TVariant.h |
Include | #include "Misc/TVariant.h" |
template<typename U>
const U & Get&40;&41; const
Remarks
Get a reference to the held value. Bad things can happen if this is called on a variant that does not hold the type asked for