operator==

Global arithmetic operators for number types. Deals with conversion from related units correctly.

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 NumericType, typename OtherType>
bool operator==
(
    const FNumericUnit< NumericType > & LHS,
    const FNumericUnit< OtherType > & RHS
)

Remarks

Global arithmetic operators for number types. Deals with conversion from related units correctly.

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