FIntMargin

Overload list

Windows
MacOS
Linux
Name Description

Public function

FIntMargin()

Default constructor.

The default margin size is zero on all four sides..

Public function

FIntMargin

(
    int32 UniformMargin
)

Construct a Margin with uniform space on all sides

Public function

FIntMargin

(
    int32 Horizontal,
    int32 Vertical
)

Construct a Margin where Horizontal describes Left and Right spacing while Vertical describes Top and Bottom spacing

Public function

FIntMargin

(
    int32 InLeft,
    int32 InTop,
    int32 InRight,
    int32 InBottom
)

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