Navigation
API > API/Plugins > API/Plugins/CustomizableObject
Customizable object mesh compilation options
| Name | EMutableCompileMeshType |
| Type | enum |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectParameterTypeDefinitions.h |
| Include Path | #include "MuCO/CustomizableObjectParameterTypeDefinitions.h" |
Syntax
enum EMutableCompileMeshType
{
Full,
Local,
LocalAndChildren,
AddWorkingSetNoChildren,
AddWorkingSetAndChildren,
}
Values
| Name | Remarks |
|---|---|
| Full | |
| Local | |
| LocalAndChildren | |
| AddWorkingSetNoChildren | |
| AddWorkingSetAndChildren |