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 EMeshVertexPaintInteractionType
&123;
Brush,
TriFill,
Fill,
GroupFill,
PolyLasso,
LastValue,
&125;
Values
| Name | Description |
|---|---|
| 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 |
Remarks
Mesh Vertex Paint Primary Interactions