Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc
Inheritance Hierarchy
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/TVariant.h |
Include | #include "Misc/TVariant.h" |
Syntax
template<typename>
struct TVariantSize
Remarks
Determine the number of types in a TVariant
Specializations
TVariantSize< const T >
TVariantSize< T & >
TVariantSize< T && >