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
- 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 SlotType>
class TBasicLayoutWidgetSlot :
public TWidgetSlotWithAttributeSupport< SlotType >,
public TPaddingWidgetSlotMixin< SlotType >,
public TAlignmentWidgetSlotMixin< SlotType >
Remarks
A templated basic slot that can be used by layout.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlotArguments && | InArgs |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TBasicLayoutWidgetSlot
(
FChildren& InOwner |
|||
TBasicLayoutWidgetSlot
(
const EHorizontalAlignment InHAlign, |
|||
TBasicLayoutWidgetSlot
(
FChildren& InOwner, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | RegisterAttributes
(
FSlateWidgetSlotAttributeInitializer& AttributeInitializer |
||
SLATE_SLOT_BEGIN_ARGS_TwoMixins
(
TBasicLayoutWidgetSlot, |
|||
TAlignmentWidgetSlotMixin
(
SlotOwner, |
MoveTemp will cast a reference to an rvalue reference. | ||
TPaddingWidgetSlotMixin
(
SlotOwner, |
MoveTemp will cast a reference to an rvalue reference. |