FMargin::operator==

Compares this margin with another for equality.

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Layout/Margin.h"

Syntax

bool operator==
(
    const FMargin & Other
) const

Remarks

Compares this margin with another for equality.

Returns

true if the two margins are equal, false otherwise.

Parameters

Parameter

Description

Other

The other margin.

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