Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout
Inheritance Hierarchy
- TWidgetSlotWithAttributeSupport
- TPaddingWidgetSlotMixin
- 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 SlotType>
class TBasicLayoutWidgetSlot :
public TWidgetSlotWithAttributeSupport< SlotType > ,
public TPaddingWidgetSlotMixin< SlotType > ,
public TAlignmentWidgetSlotMixin< SlotType >
Remarks
A templated basic slot that can be used by layout.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TBasicLayoutWidgetSlot
(
FChildren& InOwner |
|||
TBasicLayoutWidgetSlot
(
const EHorizontalAlignment InHAlign, |
|||
TBasicLayoutWidgetSlot
(
FChildren& InOwner, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FChildren& SlotOwner, |
||
| void | RegisterAttributes
(
FSlateWidgetSlotAttributeInitializer& AttributeInitializer |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FSlotArguments |