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