FSlateBrush::operator!=

Compares this brush with another for inequality.

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Styling/SlateBrush.h"

Syntax

bool operator!=
(
    const FSlateBrush & Other
) const

Remarks

Compares this brush with another for inequality.

Returns

false if the two brushes are equal, true otherwise.

Parameters

Parameter

Description

Other

The other brush.

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