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
{
UMETA =(DisplayName = "Paint"),
UMETA =(DisplayName = "Erase"),
UMETA =(DisplayName = "Soften"),
UMETA =(DisplayName = "Smooth"),
UMETA =(Hidden),
}
Values
| Name | Description |
|---|---|
| UMETA | Paint the Primary Color |
| UMETA | Paint the Erase/Secondary Color |
| UMETA | Average any seam colors at a vertex |
| UMETA | Smooth the colors |
| UMETA |
Remarks
Mesh Vertex Painting Brush Types