Navigation
API > API/Runtime > API/Runtime/Core
An adapter for calling a copy constructor of a type
| Name | TCopyConstructorCaller |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/TVariantMeta.h |
| Include Path | #include "Misc/TVariantMeta.h" |
Syntax
template<typename T>
struct TCopyConstructorCaller
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Construct
(
void* Storage, |
Call the copy constructor of a type with the provided memory location and value | Misc/TVariantMeta.h |