Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout
Inheritance Hierarchy
- TPaddingWidgetSlotMixin
- TBasicLayoutWidgetSlot
- FBasicLayoutWidgetSlot
- SBoxPanel::TSlot
- SBoxPanel::FSlot
- SHorizontalBox::FSlot
- SStackBox::FSlot
- SVerticalBox::FSlot
- SGridPanel::FSlot
- SOverlay::FOverlaySlot
- SResponsiveGridPanel::FSlot
- SScrollBox::FSlot
- SWrapBox::FSlot
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Layout/BasicLayoutWidgetSlot.h |
| Include | #include "Layout/BasicLayoutWidgetSlot.h" |
Syntax
template<typename MixedIntoType>
class TPaddingWidgetSlotMixin
Remarks
Mixin to add the padding functionality to a base slot.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TPaddingWidgetSlotMixin
(
const FMargin& Margin |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ConstructMixin
(
const FChildren& SlotOwner, |
||
| FMargin | GetPadding () |
||
| void | RegisterAttributesMixin
(
FSlateWidgetSlotAttributeInitializer& AttributeInitializer |
||
| void | SetPadding
(
TAttribute< FMargin > InPadding |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FSlotArgumentsMixin |
Typedefs
| Name | Description |
|---|---|
| SlotPaddingCompareType | |
| SlotPaddingType |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| TSlateDeprecatedTAttribute< FMargin > | SlotPadding | Direct access to SlotPadding is now deprecated. Use the setter or getter. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| MixedIntoType & | Padding
(
TAttribute< FMargin > InPadding |
Padding is now deprecated. Use the FSlotArgument or the SetPadding function. | |
| MixedIntoType & | Padding
(
float Uniform |
Padding is now deprecated. Use the FSlotArgument or the SetPadding function. | |
| MixedIntoType & | Padding
(
float Horizontal, |
Padding is now deprecated. Use the FSlotArgument or the SetPadding function. | |
| MixedIntoType & | Padding
(
float Left, |
Padding is now deprecated. Use the FSlotArgument or the SetPadding function. |