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 SetMaxGridSize
&40;
int sizeX,
int sizeY
&41;
Remarks
Get the maximum resolution of the grid where the blocks are defined. It must be bigger than 0 on each axis.
Parameters
| Name | Description |
|---|---|
| sizeX | width of the grid. |
| sizeY | height of the grid. |