Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Secondary/Erase Vertex Color Painting Types
| Name | EMeshVertexPaintSecondaryActionType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/MeshVertexPaintTool.h |
| Include Path | #include "MeshVertexPaintTool.h" |
Syntax
enum EMeshVertexPaintSecondaryActionType
{
Erase,
Soften,
Smooth,
}
Values
| Name | Remarks |
|---|---|
| Erase | Paint the Erase/Secondary Color |
| Soften | Blend any split color values at painted vertices |
| Smooth | Blend vertex colors with nearby vertex colors (ie blur) |