Navigation
API > API/Runtime > API/Runtime/Core
A utility for calling a type's copy constructor based on an index into a template parameter pack
| Name | TCopyConstructorLookup |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/TVariantMeta.h |
| Include Path | #include "Misc/TVariantMeta.h" |
Syntax
template<typename T>
struct TCopyConstructorLookup
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Construct
(
SIZE_T TypeIndex, |
Construct the type at the index in the template parameter pack with the provided memory location and value | Misc/TVariantMeta.h |