Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/SBoxPanel
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 → SBoxPanel::GetChildren
| Name | GetChildren |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h |
| Include Path | #include "Widgets/SBoxPanel.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SBoxPanel.cpp |
virtual FChildren * GetChildren()