Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SGridPanel
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h |
| Include | #include "Widgets/Layout/SGridPanel.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Layout/SGridPanel.cpp |
FVector2D GetDesiredRegionSize
&40;
const FIntPoint & StartCell,
int32 Width,
int32 Height
&41; const
Remarks
GetDesiredSize of a subregion in the graph. FVector2D The desired size of the region of cells specified.
Parameters
| Name | Description |
|---|---|
| StartCell | The cell (inclusive) in the upper left of the region. |
| Size | Number of cells in the X and Y directions to get the size for. |