Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > TVariant > TryGet
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/TVariant.h |
Include | #include "Misc/TVariant.h" |
template<typename U>
U &42; TryGet&40;&41;
Remarks
Get a pointer to the held value if the held type is the same as the one specified