Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout
Inheritance Hierarchy
- TSlotBase
- SlateAttributePrivate::ISlateAttributeContainer
- TWidgetSlotWithAttributeSupport
- TBasicLayoutWidgetSlot
- FBasicLayoutWidgetSlot
- SBoxPanel::TSlot
- SBoxPanel::FSlot
- SHorizontalBox::FSlot
- SStackBox::FSlot
- SScrollBox::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, |
||
| FName | |||
| uint32 | |||
| SWidget & | |||
| void | RegisterAttributes
(
FSlateWidgetSlotAttributeInitializer& AttributeInitializer |
||
| void |
Classes
| Type | Name | Description | |
|---|---|---|---|
| TSlateSlotAttribute | A SlateAttribute that is member variable of a FSlot. |
Typedefs
| Name | Description |
|---|---|
| Super |