Navigation
API > API/Plugins > API/Plugins/Paper2D > API/Plugins/Paper2D/FIntMargin
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIntMargin () |
Default constructor.The default margin size is zero on all four sides.. | IntMargin.h | |
FIntMargin
(
int32 UniformMargin |
Construct a Margin with uniform space on all sides | IntMargin.h | |
FIntMargin
(
int32 Horizontal, |
Construct a Margin where Horizontal describes Left and Right spacing while Vertical describes Top and Bottom spacing | IntMargin.h | |
FIntMargin
(
int32 InLeft, |
Construct a Margin where the spacing on each side is individually specified. | IntMargin.h |
FIntMargin()
Description
Default constructor.
The default margin size is zero on all four sides..
| Name | FIntMargin |
| Type | function |
| Header File | /Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/IntMargin.h |
| Include Path | #include "IntMargin.h" |
FIntMargin()
FIntMargin(int32)
Description
Construct a Margin with uniform space on all sides
| Name | FIntMargin |
| Type | function |
| Header File | /Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/IntMargin.h |
| Include Path | #include "IntMargin.h" |
FIntMargin
(
int32 UniformMargin
)
FIntMargin(int32, int32)
Description
Construct a Margin where Horizontal describes Left and Right spacing while Vertical describes Top and Bottom spacing
| Name | FIntMargin |
| Type | function |
| Header File | /Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/IntMargin.h |
| Include Path | #include "IntMargin.h" |
FIntMargin
(
int32 Horizontal,
int32 Vertical
)
FIntMargin(int32, int32, int32, int32)
Description
Construct a Margin where the spacing on each side is individually specified.
| Name | FIntMargin |
| Type | function |
| Header File | /Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/IntMargin.h |
| Include Path | #include "IntMargin.h" |
FIntMargin
(
int32 InLeft,
int32 InTop,
int32 InRight,
int32 InBottom
)