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

#include <TVariantMeta.h>

Static Public Member Functions

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

Detailed Description

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

An adapter for calling a copy constructor of a type

Member Function Documentation

◆ Construct()

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

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


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