FFloat16Color::operator==

Checks whether two colors are identical.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Float16Color.h"

Syntax

bool operator==
(
    const FFloat16Color & Src
)

Remarks

Checks whether two colors are identical.

Returns

true if the two colors are identical, otherwise false.

Parameters

Parameter

Description

Src

The other color.

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