TVariant::Emplace

Set a specifically-typed value into the variant using in-place construction

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/TVariant.h

Include

#include "Misc/TVariant.h"

Syntax

template<typename U, typename... TArgs>
void Emplace
(
    TArgs &&... Args
)

Remarks

Set a specifically-typed value into the variant using in-place construction

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss