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.