Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshVertexPaintTool.h |
| Include | #include "MeshVertexPaintTool.h" |
Syntax
enum EMeshVertexPaintBrushType
&123;
Paint,
Erase,
Soften,
Smooth,
LastValue,
&125;
Values
| Name | Description |
|---|---|
| Paint | Paint the Primary Color |
| Erase | Paint the Erase/Secondary Color |
| Soften | Average any seam colors at a vertex |
| Smooth | Smooth the colors |
| LastValue |
Remarks
Mesh Vertex Painting Brush Types