FAnchorData::operator!=

Compares this set of [FAnchorData](API\Runtime\UMG\Components\FAnchorData) with another for inequality.

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Components/CanvasPanelSlot.h

Include

#include "Components/CanvasPanelSlot.h"

Syntax

bool operator!=
(
    const FAnchorData & Other
) const

Remarks

Compares this set of FAnchorData with another for inequality.

Returns

true if the two FAnchors are not equal, false otherwise.

Parameters

Parameter

Description

Other

The other FAnchorData.

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