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

#include <TVariantMeta.h>

Static Public Member Functions

static void Construct (SIZE_T TypeIndex, void *Target, void *Source)
 

Detailed Description

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

A utility for calling a type's move constructor based on an index into a template parameter pack

Member Function Documentation

◆ Construct()

template<typename... Ts>
static void UE::Core::Private::TMoveConstructorLookup< Ts >::Construct ( SIZE_T  TypeIndex,
void Target,
void Source 
)
inlinestatic

Construct the type at the index in the template parameter pack with the provided memory location and value


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