FIntMargin::FIntMargin

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

Windows
MacOS
Linux

References

Module

Paper2D

Header

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

Include

#include "IntMargin.h"

Syntax

FIntMargin
(
    int32 InLeft,
    int32 InTop,
    int32 InRight,
    int32 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