FArrangedWidget::operator==

Compares this widget arrangement with another for equality.

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Layout/ArrangedWidget.h"

Syntax

bool operator==
(
    const FArrangedWidget & Other
) const

Remarks

Compares this widget arrangement with another for equality.

Returns

true if the two arrangements are equal, false otherwise.

Parameters

Parameter

Description

Other

The other arrangement to compare with.

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