|
| | TOneDynamicChild (SWidget *InOwner, TPanelChildren< SlotType > *InAllChildren, const TAttribute< int32 > *InWidgetIndex) |
| |
| | TOneDynamicChild (SWidget *InOwner, TPanelChildren< SlotType > *InAllChildren, std::nullptr_t)=delete |
| |
| | TOneDynamicChild (SWidget *InOwner, std::nullptr_t, const TAttribute< int32 > *InWidgetIndex)=delete |
| |
| | TOneDynamicChild (SWidget *InOwner, std::nullptr_t, std::nullptr_t)=delete |
| |
| | TOneDynamicChild (std::nullptr_t, TPanelChildren< SlotType > *InAllChildren, std::nullptr_t)=delete |
| |
| | TOneDynamicChild (std::nullptr_t, std::nullptr_t, const TAttribute< int32 > *InWidgetIndex)=delete |
| |
| | TOneDynamicChild (std::nullptr_t, std::nullptr_t, std::nullptr_t)=delete |
| |
| virtual int32 | Num () const override |
| |
| virtual TSharedRef< SWidget > | GetChildAt (int32 Index) override |
| |
| virtual TSharedRef< const SWidget > | GetChildAt (int32 Index) const override |
| |
| | FChildren (SWidget *InOwner) |
| |
| | FChildren (SWidget *InOwner, FName InName) |
| |
| | FChildren (std::nullptr_t)=delete |
| |
| void * | operator new (size_t)=delete |
| |
| void * | operator new[] (size_t)=delete |
| |
| SWidget & | GetOwner () const |
| |
| template<typename Predicate > |
| void | ForEachWidget (Predicate &&Pred) |
| |
| template<typename Predicate > |
| void | ForEachWidget (Predicate &&Pred) const |
| |
| virtual int32 | NumSlot () const |
| |
| virtual bool | SupportSlotWithSlateAttribute () const |
| |
| FName | GetName () const |
| |
template<
typename SlotType>
class TOneDynamicChild< SlotType >
Required to implement GetChildren() in a way that can dynamically return the currently active child.