FMargin::operator+

Adds another margin to 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 & InDelta
) const

Remarks

Adds another margin to this margin.

Returns

A margin that represents this margin plus the other margin.

Parameters

Parameter

Description

Other

The margin to add.

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