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 SetBlockOptions
&40;
int index,
int priority,
bool bUseSymmetry
&41;
Remarks
Set the reduction options of a block
Parameters
| Name | Description |
|---|---|
| index | Block to set the options |
| priority | will be set to the reduction priority of the block. The blocks with the highest values will be the last to be reduced |
| bUseSymmetry | will be set to reduce the block in both axis at the same time. |