FNumericUnit::FNumericUnit

Templated Copy construction/assignment from differing numeric types.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/UnitConversion.h

Include

#include "Math/UnitConversion.h"

Source

/Engine/Source/Runtime/Core/Public/Math/UnitConversion.inl

Syntax

template<typename OtherType>
FNumericUnit
(
    const FNumericUnit< OtherType > & Other
)

Remarks

Templated Copy construction/assignment from differing numeric types. Relies on implicit conversion of the two numeric types.

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