Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FMargin
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMargin () |
Default constructor.The default margin size is zero on all four sides.. | Layout/Margin.h | |
FMargin
(
float UniformMargin |
Construct a Margin with uniform space on all sides | Layout/Margin.h | |
FMargin
(
const FVector2f InVector |
Construct a Margin where Horizontal describes Left and Right spacing while Vertical describes Top and Bottom spacing | Layout/Margin.h | |
FMargin
(
const FVector2d InVector |
Construct a Margin where Horizontal describes Left and Right spacing while Vertical describes Top and Bottom spacing | Layout/Margin.h | |
FMargin
(
const FVector4f InVector |
Construct a Margin where the margins are coming from a FVector4 | Layout/Margin.h | |
FMargin
(
const FVector4d InVector |
Construct a Margin where the margins are coming from a FVector4 | Layout/Margin.h | |
FMargin
(
float Horizontal, |
Construct a Margin where Horizontal describes Left and Right spacing while Vertical describes Top and Bottom spacing | Layout/Margin.h | |
FMargin
(
double InLeft, |
Construct a Margin where the spacing on each side is individually specified. | Layout/Margin.h |
FMargin()
Description
Default constructor.
The default margin size is zero on all four sides..
| Name | FMargin |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/Margin.h |
| Include Path | #include "Layout/Margin.h" |
FMargin()
FMargin(float)
Description
Construct a Margin with uniform space on all sides
| Name | FMargin |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/Margin.h |
| Include Path | #include "Layout/Margin.h" |
FMargin
(
float UniformMargin
)
FMargin(const FVector2f)
Description
Construct a Margin where Horizontal describes Left and Right spacing while Vertical describes Top and Bottom spacing
| Name | FMargin |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/Margin.h |
| Include Path | #include "Layout/Margin.h" |
FMargin
(
const FVector2f InVector
)
FMargin(const FVector2d)
Description
Construct a Margin where Horizontal describes Left and Right spacing while Vertical describes Top and Bottom spacing
| Name | FMargin |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/Margin.h |
| Include Path | #include "Layout/Margin.h" |
FMargin
(
const FVector2d InVector
)
FMargin(const FVector4f)
Description
Construct a Margin where the margins are coming from a FVector4
| Name | FMargin |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/Margin.h |
| Include Path | #include "Layout/Margin.h" |
FMargin
(
const FVector4f InVector
)
FMargin(const FVector4d)
Description
Construct a Margin where the margins are coming from a FVector4
| Name | FMargin |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/Margin.h |
| Include Path | #include "Layout/Margin.h" |
FMargin
(
const FVector4d InVector
)
FMargin(float, float)
Description
Construct a Margin where Horizontal describes Left and Right spacing while Vertical describes Top and Bottom spacing
| Name | FMargin |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/Margin.h |
| Include Path | #include "Layout/Margin.h" |
FMargin
(
float Horizontal,
float Vertical
)
FMargin(double, double, double, double)
Description
Construct a Margin where the spacing on each side is individually specified.
| Name | FMargin |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/Margin.h |
| Include Path | #include "Layout/Margin.h" |
FMargin
(
double InLeft,
double InTop,
double InRight,
double InBottom
)