FAnchors

Overload list

Windows
MacOS
Linux
Name Description

Public function

FAnchors()

Default constructor.

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

Public function

FAnchors

(
    float UnifromAnchors
)

Construct a Anchors with uniform space on all sides

Public function

FAnchors

(
    float Horizontal,
    float Vertical
)

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

Public function

FAnchors

(
    float MinX,
    float MinY,
    float MaxX,
    float MaxY
)

Construct Anchors 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