Navigation
API > API/Runtime > API/Runtime/SlateCore
A base slot that supports TSlateContainedAttribute. The FChildren that own the FSlot also needs to support SlateContainedAttribute.
| Name | TWidgetSlotWithAttributeSupport |
| Type | class |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/WidgetSlotWithAttributeSupport.h |
| Include Path | #include "Layout/WidgetSlotWithAttributeSupport.h" |
Syntax
template<typename SlotType>
class TWidgetSlotWithAttributeSupport :
public TSlotBase< SlotType > ,
public SlateAttributePrivate::ISlateAttributeContainer
Inheritance Hierarchy
- FSlotPosition → FSlotBase → TSlotBase → TWidgetSlotWithAttributeSupport
- FSlotBase → TSlotBase → TWidgetSlotWithAttributeSupport
- SlateAttributePrivate::ISlateAttributeContainer → TWidgetSlotWithAttributeSupport
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TWidgetSlotWithAttributeSupport() |
Layout/WidgetSlotWithAttributeSupport.h |
Structs
| Name | Remarks |
|---|---|
| TSlateSlotAttribute | A SlateAttribute that is member variable of a FSlot. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TSlotBase< SlotType > | Layout/WidgetSlotWithAttributeSupport.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FChildren& SlotOwner, |
Layout/WidgetSlotWithAttributeSupport.h | ||
virtual FName GetContainerName() |
Layout/WidgetSlotWithAttributeSupport.h | ||
virtual uint32 GetContainerSortOrder() |
Layout/WidgetSlotWithAttributeSupport.h | ||
virtual SWidget & GetContainerWidget() |
Layout/WidgetSlotWithAttributeSupport.h | ||
void RequestSortAttribute() |
Layout/WidgetSlotWithAttributeSupport.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void RegisterAttributes
(
FSlateWidgetSlotAttributeInitializer& AttributeInitializer |
Layout/WidgetSlotWithAttributeSupport.h |
See Also
- FChildren::SupportSlotWithSlateAttribute