Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > TVariantStorage > GetValueAsIndexedType
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/TVariantMeta.h |
Include | #include "Misc/TVariantMeta.h" |
template<SIZE_T N>
auto && GetValueAsIndexedType&40;&41;
Remarks
Interpret the underlying data as the type in the variant parameter pack at the compile-time index. This function is used to implement Visit and should not be used directly