FGeometry::operator!=

Test geometries for strict inequality (i.e. exact float equality negated).

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h

Include

#include "Layout/Geometry.h"

Syntax

bool operator!=
(
    const FGeometry & Other
) const

Remarks

Test geometries for strict inequality (i.e. exact float equality negated).

Returns

false if this is equal to other, true otherwise.

Parameters

Parameter

Description

Other

A geometry to compare to.

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