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

#include <TVariantMeta.h>

Static Public Member Functions

static void Construct (void *Storage, void *Value)
 

Detailed Description

template<typename T>
struct UE::Core::Private::TMoveConstructorCaller< T >

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

Member Function Documentation

◆ Construct()

template<typename T >
static void UE::Core::Private::TMoveConstructorCaller< T >::Construct ( void Storage,
void Value 
)
inlinestatic

Call the move constructor of a type with the provided memory location and value


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