Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SGridPanel
Description
Draw the debug grid of rows and colummns; useful for inspecting the GridPanel's logic. See OnPaint() for parameter meaning
| Name | LayoutDebugPaint |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h |
| Include Path | #include "Widgets/Layout/SGridPanel.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Layout/SGridPanel.cpp |
int32 LayoutDebugPaint
(
const FGeometry & AllottedGeometry,
const FSlateRect & MyCullingRect,
FSlateWindowElementList & OutDrawElements,
int32 LayerId
) const