Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SWrapBox
- SWidget::GetChildren()
- SPanel::GetChildren()
- SWrapBox::GetChildren()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SWrapBox.h |
| Include | #include "Widgets/Layout/SWrapBox.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Layout/SWrapBox.cpp |
virtual FChildren &42; GetChildren&40;&41;
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