TCopyConstructorCaller

An adapter for calling a copy constructor of a type

Windows
MacOS
Linux

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

Name Description

Public function Static

void

 

Construct

(
    void* Storage,
    const void* Value
)

Call the copy constructor of a type 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