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