Navigation
API > API/Runtime > API/Runtime/Core
Lookup a type in a template parameter pack by its index and call the destructor
| Name | TDestructorLookup |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/TVariantMeta.h |
| Include Path | #include "Misc/TVariantMeta.h" |
Syntax
template<typename T>
struct TDestructorLookup
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Destruct
(
SIZE_T TypeIndex, |
If the index matches, call the destructor, otherwise call with the next index and type in the parameter pack | Misc/TVariantMeta.h |