FFloat16Color::operator==

Checks whether two colors are identical.

Choose your operating system:

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
) const

Remarks

Checks whether two colors are identical.

Returns

true if the two colors are identical, otherwise false.

Parameters

Parameter

Description

Src

The other color.