Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/TPaddingSingleWidgetSlotMixin
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
MixedIntoType & Padding
(
TAttribute< FMargin > InPadding |
Padding will be deprecated soon. Use SetPadding or construct a new slot with FSlotArguments. | Layout/BasicLayoutWidgetSlot.h | |
MixedIntoType & Padding
(
float Uniform |
Padding will be deprecated soon. Use SetPadding or construct a new slot with FSlotArguments. | Layout/BasicLayoutWidgetSlot.h | |
MixedIntoType & Padding
(
float Horizontal, |
Padding will be deprecated soon. Use SetPadding or construct a new slot with FSlotArguments. | Layout/BasicLayoutWidgetSlot.h | |
MixedIntoType & Padding
(
float Left, |
Padding will be deprecated soon. Use SetPadding or construct a new slot with FSlotArguments. | Layout/BasicLayoutWidgetSlot.h |
Padding(TAttribute< FMargin >)
Description
Padding will be deprecated soon. Use SetPadding or construct a new slot with FSlotArguments.
| Name | Padding |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/BasicLayoutWidgetSlot.h |
| Include Path | #include "Layout/BasicLayoutWidgetSlot.h" |
MixedIntoType & Padding
(
TAttribute < FMargin > InPadding
)
Padding(float)
Description
Padding will be deprecated soon. Use SetPadding or construct a new slot with FSlotArguments.
| Name | Padding |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/BasicLayoutWidgetSlot.h |
| Include Path | #include "Layout/BasicLayoutWidgetSlot.h" |
MixedIntoType & Padding
(
float Uniform
)
Padding(float, float)
Description
Padding will be deprecated soon. Use SetPadding or construct a new slot with FSlotArguments.
| Name | Padding |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/BasicLayoutWidgetSlot.h |
| Include Path | #include "Layout/BasicLayoutWidgetSlot.h" |
MixedIntoType & Padding
(
float Horizontal,
float Vertical
)
Padding(float, float, float, float)
Description
Padding will be deprecated soon. Use SetPadding or construct a new slot with FSlotArguments.
| Name | Padding |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/BasicLayoutWidgetSlot.h |
| Include Path | #include "Layout/BasicLayoutWidgetSlot.h" |
MixedIntoType & Padding
(
float Left,
float Top,
float Right,
float Bottom
)