FMargin

Overload list

Windows
MacOS
Linux
Name Description

Public function

FMargin()

Default constructor.

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

Public function

FMargin

(
    float UniformMargin
)

Construct a Margin with uniform space on all sides

Public function

FMargin

(
    const FVector2D& InVector
)

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

Public function

FMargin

(
    const FVector4& InVector
)

Construct a Margin where the margins are coming from a FVector4

Public function

FMargin

(
    float Horizontal,
    float Vertical
)

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

Public function

FMargin

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