FAnchors::operator==

Compares this set of [FAnchors](API\Runtime\Slate\Widgets\Layout\FAnchors) with another for equality.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Layout/Anchors.h

Include

#include "Widgets/Layout/Anchors.h"

Syntax

bool operator==
(
    const FAnchors & Other
) const

Remarks

Compares this set of FAnchors with another for equality.

Returns

true if the two FAnchors are equal, false otherwise.

Parameters

Parameter

Description

Other

The other FAnchors.

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