FVariant

Overload list

Windows
MacOS
Linux
Name Description

Public function

FVariant()

Default constructor.

Public function

FVariant

(
    const FVariant&
)

Public function

FVariant

(
    FVariant&& Other
)

Public function

FVariant

(
    T InValue
)

Creates and initializes a new instance with the specified value.

Public function

FVariant

(
    TArray< uint8 >&& InArray
)

Creates and initializes a new instance from a byte array.

Public function

FVariant

(
    const TArray< uint8 >& InArray
)

Public function

FVariant

(
    const TCHAR* InString
)

Creates and initializes a new instance from a TCHAR string.

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