Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/SWidget
Description
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).
Derived Overrides
- SBoxPanel::GetChildren
- SCompoundWidget::GetChildren
- SLeafWidget::GetChildren
- SOverlay::GetChildren
- SPanel::GetChildren
| Name | GetChildren |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
| Include Path | #include "Widgets/SWidget.h" |
FChildren * GetChildren()