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 T>
struct TCopyConstructorCaller
Remarks
An adapter for calling a copy constructor of a type
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
void* Storage, |
Call the copy constructor of a type with the provided memory location and value |