Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout
Inheritance Hierarchy
- TPaddingSingleWidgetSlotMixin
- TSingleWidgetChildrenWithBasicLayoutSlot
- FSingleWidgetChildrenWithBasicLayoutSlot
- SCompoundWidget::FCompoundWidgetOneChildSlot
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Layout/BasicLayoutWidgetSlot.h |
| Include | #include "Layout/BasicLayoutWidgetSlot.h" |
Syntax
template<typename MixedIntoType, EInvalidateWidgetReason InPaddingInvalidationReason>
class TPaddingSingleWidgetSlotMixin
Remarks
Mixin to add the padding functionality to a base slot that is also a single children.
Variables
| Type | Name | Description | |
|---|---|---|---|
| SlotPaddingAttributeType | SlotPaddingAttribute |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TPaddingSingleWidgetSlotMixin
(
WidgetType& InParent |
|||
TPaddingSingleWidgetSlotMixin
(
WidgetType& InParent, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ConstructMixin
(
FSlotArgumentsMixin&& InArgs |
||
| FMargin | GetPadding () |
||
| SlotPaddingAttributeRefType | |||
| MixedIntoType & | Padding
(
TAttribute< FMargin > InPadding |
Padding will be deprecated soon. Use SetPadding or construct a new slot with FSlotArguments. | |
| MixedIntoType & | Padding
(
float Uniform |
Padding will be deprecated soon. Use SetPadding or construct a new slot with FSlotArguments. | |
| MixedIntoType & | Padding
(
float Horizontal, |
Padding will be deprecated soon. Use SetPadding or construct a new slot with FSlotArguments. | |
| MixedIntoType & | Padding
(
float Left, |
Padding will be deprecated soon. Use SetPadding or construct a new slot with FSlotArguments. | |
| void | SetPadding
(
TAttribute< FMargin > InPadding |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FSlotArgumentsMixin |