Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SGraphPanel
- SWidget::OnArrangeChildren()
- SPanel::OnArrangeChildren()
- SNodePanel::OnArrangeChildren()
- SGraphPanel::OnArrangeChildren()
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SGraphPanel.h |
| Include | #include "SGraphPanel.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SGraphPanel.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. |