Navigation
Unreal Engine C++ API Reference > Runtime > AppFramework > Widgets > Colors > SThemeColorBlocksBar
- SWidget::OnArrangeChildren()
- SPanel::OnArrangeChildren()
- SThemeColorBlocksBar::OnArrangeChildren()
References
Module | AppFramework |
Header | /Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorThemes.h |
Include | #include "Widgets/Colors/SColorThemes.h" |
Source | /Engine/Source/Runtime/AppFramework/Private/Widgets/Colors/SColorThemes.cpp |
virtual void OnArrangeChildren
&40;
const FGeometry & AllottedGeometry,
FArrangedChildren & ArrangedChildren
&41; const
Remarks
Panels arrange their children in a space described by the AllottedGeometry parameter. The results of the arrangement should be returned by appending a FArrangedWidget pair for every child widget.
Parameters
Name | Description |
---|---|
AllottedGeometry | The geometry allotted for this widget by its parent. |
ArrangedChildren | The array to which to add the WidgetGeometries that represent the arranged children. |