FMargin::FMargin

Construct a Margin where the spacing on each side is individually specified.

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Layout/Margin.h"

Syntax

FMargin
(
    float InLeft,
    float InTop,
    float InRight,
    float InBottom
)

Remarks

Construct a Margin where the spacing on each side is individually specified.

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