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 EMeshVertexPaintSecondaryActionType
&123;
Erase,
Soften,
Smooth,
&125;
Values
| Name | Description |
|---|---|
| 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) |
Remarks
Secondary/Erase Vertex Color Painting Types