Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/SWidget
- SWidget::GetChildren()
- SBoxPanel::GetChildren()
- SCompoundWidget::GetChildren()
- SLeafWidget::GetChildren()
- SPanel::GetChildren()
- SBoxPanel::GetChildren()
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
| Include | #include "Widgets/SWidget.h" |
FChildren * GetChildren()
Remarks
Returns the useful children (if any) of this widget. Some widget type may hide widget if they are needed by the system. Allows for iteration over the Widget's children regardless of how they are actually stored.
Should be renamed to GetVisibleChildren (not ALL children will be returned in all cases).