Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeMeshReshapeCommon.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeMeshReshapeCommon.h" |
Syntax
enum EBoneDeformSelectionMethod
&123;
ONLY_SELECTED = 0,
ALL_BUT_SELECTED = 1,
DEFORM_REF_SKELETON = 2,
DEFORM_NONE_REF_SKELETON = 3,
&125;
Values
| Name | Description |
|---|---|
| ONLY_SELECTED | Only selected bones will be deform. |
| ALL_BUT_SELECTED | All bones will be deform except the selected ones. |
| DEFORM_REF_SKELETON | Deform only the bones of the reference skeleton. |
| DEFORM_NONE_REF_SKELETON | Deform only the bones that are not in the reference skeleton. |