Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/SVisualAttachmentBox
- SWidget::OnArrangeChildren()
- SPanel::OnArrangeChildren()
- SBox::OnArrangeChildren()
- SVisualAttachmentBox::OnArrangeChildren()
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/SVisualAttachmentBox.h |
| Include | #include "SVisualAttachmentBox.h" |
| Source | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Private/SVisualAttachementBox.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. See StackPanel for an example
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. |