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 ECustomizableObjectTextureLayoutPackingStrategy
&123;
Resizable = 0,
Fixed = 1,
&125;
Values
| Name | Description |
|---|---|
| Resizable | The layout increases its size to fit all the blocks. |
| Fixed | The layout resizes the blocks to keep its size. |