Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/SPanel
- SWidget::GetChildren()
- SPanel::GetChildren()
- SBoxPanel::GetChildren()
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SPanel.h |
| Include | #include "Widgets/SPanel.h" |
FChildren * GetChildren()
Remarks
All widgets must provide a way to access their children in a layout-agnostic way. Panels store their children in Slots, which creates a dilemma. Most panels can store their children in a TPanelChildren