Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout
Inheritance Hierarchy
- TAlignmentWidgetSlotMixin
- TBasicLayoutWidgetSlot
- FBasicLayoutWidgetSlot
- SBoxPanel::TSlot
- SBoxPanel::FSlot
- SHorizontalBox::FSlot
- SStackBox::FSlot
- SScrollBox::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 |