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

#include <TVariantMeta.h>

Static Public Member Functions

static void Construct (SIZE_T TypeIndex, void *Storage, const void *Value)
 

Detailed Description

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

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

Member Function Documentation

◆ Construct()

template<typename... Ts>
static void UE::Core::Private::TCopyConstructorLookup< Ts >::Construct ( SIZE_T  TypeIndex,
void Storage,
const void Value 
)
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: