FVariant::operator T

Implicit conversion operator.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/Variant.h"

Syntax

template<typename T>
operator T() const

Remarks

Implicit conversion operator.

Returns

The value converted to the specified type.

Parameters

Parameter

Description

T

The type to convert the value to.

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