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 GetBlock
&40;
int index,
uint16 &42; pMinX,
uint16 &42; pMinY,
uint16 &42; pSizeX,
uint16 &42; pSizeY
&41; const
Remarks
Return a block of the layout. "Position" here means the lower-left corner of the block.
Parameters
| Name | Description |
|---|---|
| index | Block to get. |
| pMinX | will be set to the x position of the block (from 0 to the X size of the grid minus one ) |
| pMinY | will be set to the y position of the block (from 0 to the Y size of the grid minus one ) |
| pSizeX | will be set to the x size of the block |
| pSizeY | will be set to the y size of the block |