FGeometry::operator==

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

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 equality (i.e. exact float equality).

Returns

true if this is equal to other, false 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