Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout
Inheritance Hierarchy
- TSlotBase
- ISlateAttributeContainer
- TWidgetSlotWithAttributeSupport
- SCanvas::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/WidgetSlotWithAttributeSupport.h |
| Include | #include "Layout/WidgetSlotWithAttributeSupport.h" |
Syntax
template<typename SlotType>
class TWidgetSlotWithAttributeSupport :
public TSlotBase< SlotType >,
public SlateAttributePrivate::ISlateAttributeContainer
Remarks
A base slot that supports TSlateContainedAttribute. The FChildren that own the FSlot also needs to support SlateContainedAttribute.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FChildren& SlotOwner, |
||
| void | RegisterAttributes
(
FSlateWidgetSlotAttributeInitializer& AttributeInitializer |
||
| void |
Overridden from ISlateAttributeContainer
Classes
| Type | Name | Description | |
|---|---|---|---|
| TSlateSlotAttribute | A SlateAttribute that is member variable of a FSlot. |
Typedefs
| Name | Description |
|---|---|
| Super |