Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FAnchors
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnchors () |
Default constructor.The default margin size is zero on all four sides.. | Widgets/Layout/Anchors.h | |
FAnchors
(
float UnifromAnchors |
Construct a Anchors with uniform space on all sides | Widgets/Layout/Anchors.h | |
FAnchors
(
float Horizontal, |
Construct a Anchors where Horizontal describes Left and Right spacing while Vertical describes Top and Bottom spacing | Widgets/Layout/Anchors.h | |
FAnchors
(
float MinX, |
Construct Anchors where the spacing on each side is individually specified. | Widgets/Layout/Anchors.h |
FAnchors()
Description
Default constructor.
The default margin size is zero on all four sides..
| Name | FAnchors |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/Anchors.h |
| Include Path | #include "Widgets/Layout/Anchors.h" |
FAnchors()
FAnchors(float)
Description
Construct a Anchors with uniform space on all sides
| Name | FAnchors |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/Anchors.h |
| Include Path | #include "Widgets/Layout/Anchors.h" |
FAnchors
(
float UnifromAnchors
)
FAnchors(float, float)
Description
Construct a Anchors where Horizontal describes Left and Right spacing while Vertical describes Top and Bottom spacing
| Name | FAnchors |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/Anchors.h |
| Include Path | #include "Widgets/Layout/Anchors.h" |
FAnchors
(
float Horizontal,
float Vertical
)
FAnchors(float, float, float, float)
Description
Construct Anchors where the spacing on each side is individually specified.
| Name | FAnchors |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/Anchors.h |
| Include Path | #include "Widgets/Layout/Anchors.h" |
FAnchors
(
float MinX,
float MinY,
float MaxX,
float MaxY
)