FIntMargin::operator-

Subtracts another margin from this margin.

Windows
MacOS
Linux

References

Module

Paper2D

Header

/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/IntMargin.h

Include

#include "IntMargin.h"

Syntax

FIntMargin operator-
(
    const FIntMargin & Other
) const

Remarks

Subtracts another margin from this margin.

Returns

A margin that represents this margin minus 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