Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/CustomizableObjectLayout.h |
| Include | #include "MuCOE/CustomizableObjectLayout.h" |
Syntax
enum ECustomizableObjectLayoutBlockReductionMethod
&123;
Halve = 0,
Unitary = 1,
&125;
Values
| Name | Description |
|---|---|
| Halve | Layout blocks will be reduced by halves. |
| Unitary | LAyout blocks will be reduced by a grid unit. |
Remarks
Fixed Layout reduction methods.