TCopyConstructorLookup

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

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/TVariantMeta.h

Include

#include "Misc/TVariantMeta.h"

Syntax

template<typename... Ts>
struct TCopyConstructorLookup

Remarks

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

Functions

Name Description

Public function Static

void

 

Construct

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

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss