TVariant

Overload list

Windows
MacOS
Linux
Name Description

Public function

TVariant()

Default initialize the TVariant to the first type in the parameter pack

Public function

TVariant

(
    const TVariant& Other
)

Copy construct the variant from another variant of the same type

Public function

TVariant

(
    TVariant&& Other
)

Move construct the variant from another variant of the same type

Public function

TVariant

(
    TInPlaceType< U >&&,
    TArgs&&... Args
)

Perform in-place construction of a type into the variant

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