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 GetBlockOptions
(
int index,
int & priority,
bool & bReduceBothAxes,
bool & bReduceByTwo
) const
Remarks
Returns the reduction priority of a block.
Parameters
| Name | Description |
|---|---|
| index | Block to get priority. |
| priority | reduction priority of the block |
| bReduceBothAxes | reduction method of the block |
| bReduceByTwo | reduction method of the block |