Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Layout > FMargin
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Layout/Margin.h |
Include | #include "Layout/Margin.h" |
FMargin operator-
(
const FMargin & Other
) const
Remarks
Subtracts another margin from this margin. A margin that represents this margin minues the other margin.
Parameters
Name | Description |
---|---|
Other | The margin to subtract. |