Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout > API/Runtime/SlateCore/Layout/FMargin
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Layout/Margin.h |
| Include | #include "Layout/Margin.h" |
FMargin operator&43;
&40;
const FMargin & InDelta
&41; const
Remarks
Adds another margin to this margin. A margin that represents this margin plus the other margin.
Parameters
| Name | Description |
|---|---|
| Other | The margin to add. |