Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/Layout
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Layout.h |
| Include | #include "MuR/Layout.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Private/MuR/Layout.cpp |
void GetMaxGridSize
&40;
int &42; pSizeX,
int &42; pSizeY
&41; const
Remarks
Get the maximum resolution of the grid where the blocks are defined.
Parameters
| Name | Description |
|---|---|
| pSizeX | The integer pointed by this will be set to the width of the grid. |
| pSizeY | The integer pointed by this will be set to the height of the grid. |