FMargin::operator-

Subtracts another margin from this margin.

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Layout/Margin.h"

Syntax

FMargin operator-
(
    const FMargin & Other
) const

Remarks

Subtracts another margin from this margin.

Returns

A margin that represents this margin minues the other margin.

Parameters

Parameter

Description

Other

The margin to subtract.

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