UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Core::Private::TDestructorLookup< Ts > Struct Template Reference

#include <TVariantMeta.h>

Static Public Member Functions

static void Destruct (SIZE_T TypeIndex, void *Value)
 

Detailed Description

template<typename... Ts>
struct UE::Core::Private::TDestructorLookup< Ts >

Lookup a type in a template parameter pack by its index and call the destructor

Member Function Documentation

◆ Destruct()

template<typename... Ts>
static void UE::Core::Private::TDestructorLookup< Ts >::Destruct ( SIZE_T  TypeIndex,
void Value 
)
inlinestatic

If the index matches, call the destructor, otherwise call with the next index and type in the parameter pack


The documentation for this struct was generated from the following file: