Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | EMeshEditingMaterialModes |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Properties/MeshMaterialProperties.h |
| Include Path | #include "Properties/MeshMaterialProperties.h" |
Syntax
enum EMeshEditingMaterialModes
{
ExistingMaterial,
Diffuse,
Grey,
Soft,
Transparent,
TangentNormal,
VertexColor,
CustomImage,
Custom,
}
Values
| Name | Remarks |
|---|---|
| ExistingMaterial | |
| Diffuse | |
| Grey | |
| Soft | |
| Transparent | |
| TangentNormal | |
| VertexColor | |
| CustomImage | |
| Custom |