Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/TVariantMeta.h |
Include | #include "Misc/TVariantMeta.h" |
Syntax
template<typename... Ts>
struct TMoveConstructorLookup
Remarks
A utility for calling a type's move constructor based on an index into a template parameter pack
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Construct
(
SIZE_T TypeIndex, |
Construct the type at the index in the template parameter pack with the provided memory location and value |