FSlateColor::operator!=

Compares this color with another for inequality.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h

Include

#include "Styling/SlateColor.h"

Syntax

bool operator!=
(
    const FSlateColor & Other
) const

Remarks

Compares this color with another for inequality.

Returns

false if the two colors are equal, true otherwise.

Parameters

Parameter

Description

Other

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