Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout
Inheritance Hierarchy
- TAlignmentSingleWidgetSlotMixin
- 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>
class TAlignmentSingleWidgetSlotMixin
Remarks
Mixin to add the alignment functionality to a base slot that is also a single children.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EHorizontalAlignment | HAlignment | Horizontal positioning of child within the allocated slot | |
| EVerticalAlignment | VAlignment | Vertical positioning of child within the allocated slot |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TAlignmentSingleWidgetSlotMixin
(
WidgetType& InParent |
|||
TAlignmentSingleWidgetSlotMixin
(
WidgetType& InParent, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ConstructMixin
(
FSlotArgumentsMixin&& InArgs |
||
| EHorizontalAlignment | |||
| EVerticalAlignment | |||
| MixedIntoType & | HAlign
(
EHorizontalAlignment InHAlignment |
HAlign will be deprecated soon. Use SetVerticalAlignment or construct a new slot with FSlotArguments. | |
| void | SetHorizontalAlignment
(
EHorizontalAlignment Alignment |
||
| void | SetVerticalAlignment
(
EVerticalAlignment Alignment |
||
| MixedIntoType & | VAlign
(
EVerticalAlignment InVAlignment |
VAlign will be deprecated soon. Use SetVerticalAlignment or construct a new slot with FSlotArguments. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FSlotArgumentsMixin |