Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/SPanel
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SPanel.h |
| Include | #include "Widgets/SPanel.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SPanel.cpp |
int32 PaintArrangedChildren
&40;
const FPaintArgs & Args,
const FArrangedChildren & ArrangedChildren,
const FGeometry & AllottedGeometry,
const FSlateRect & MyCullingRect,
FSlateWindowElementList & OutDrawElements,
int32 LayerId,
const FWidgetStyle & InWidgetStyle,
bool bParentEnabled
&41; const
Remarks
Just like OnPaint, but takes already arranged children. Can be handy for writing custom SPanels.