Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Mesh Vertex Paint Primary Interactions
| Name | EMeshVertexPaintInteractionType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/MeshVertexPaintTool.h |
| Include Path | #include "MeshVertexPaintTool.h" |
Syntax
enum EMeshVertexPaintInteractionType
{
Brush,
TriFill,
Fill,
GroupFill,
PolyLasso,
LastValue,
}
Values
| Name | Remarks |
|---|---|
| Brush | Paint Vertices of hit triangles with a smooth falloff |
| TriFill | Fill any painted triangles, by setting all 3 vertices to the same color |
| Fill | Fill any triangles connected to the brushed triangles |
| GroupFill | Fill any polygroups connected to the brushed triangles |
| PolyLasso | Paint any triangles inside polygonal or freehand Lassos drawn in the viewport |
| LastValue |