Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout
Inheritance Hierarchy
- TAlignmentWidgetSlotMixin
- FTrackAreaSlot
- SCanvas::FSlot
- SNodePanel::SNode::FNodeSlot
- SSegmentedControl::FSlot
- SUniformGridPanel::FSlot
- SUniformWrapPanel::FSlot
- 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 TAlignmentWidgetSlotMixin
Remarks
Mixin to add the alignment functionality to a base slot.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TAlignmentWidgetSlotMixin
(
const EHorizontalAlignment InHAlign, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ConstructMixin
(
const FChildren& SlotOwner, |
||
| EHorizontalAlignment | |||
| EVerticalAlignment | |||
| void | SetHorizontalAlignment
(
EHorizontalAlignment Alignment |
||
| void | SetVerticalAlignment
(
EVerticalAlignment Alignment |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FSlotArgumentsMixin |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| EHorizontalAlignment | HAlignment | Direct access to HAlignment is now deprecated. Use the getter. | |
| EVerticalAlignment | VAlignment | Direct access to VAlignment is now deprecated. Use the getter. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| MixedIntoType & | HAlign
(
EHorizontalAlignment InHAlignment |
HAlign is now deprecated. Use the FSlotArgument or the SetHorizontalAlignment function. | |
| MixedIntoType & | VAlign
(
EVerticalAlignment InVAlignment |
VAlign is now deprecated. Use the FSlotArgument or the SetVerticalAlignment function. |