Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Mesh Vertex Painting Brush Types
| Name | EMeshVertexPaintBrushType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/MeshVertexPaintTool.h |
| Include Path | #include "MeshVertexPaintTool.h" |
Syntax
enum EMeshVertexPaintBrushType
{
Paint,
Erase,
Soften,
Smooth,
LastValue,
}
Values
| Name | Remarks |
|---|---|
| Paint | Paint the Primary Color |
| Erase | Paint the Erase/Secondary Color |
| Soften | Average any seam colors at a vertex |
| Smooth | Smooth the colors |
| LastValue |