Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FLayout
Description
Get the maximum resolution of the grid where the blocks are defined. It must be bigger than 0 on each axis.
| Name | SetMaxGridSize |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Layout.h |
| Include Path | #include "MuR/Layout.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/Layout.cpp |
void SetMaxGridSize
(
int32 SizeX,
int32 SizeY
)
Parameters
| Name | Remarks |
|---|---|
| sizeX | width of the grid. |
| sizeY | height of the grid. |