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
{
UMETA =(DisplayName = "Paint Vertices"),
UMETA =(DisplayName = "Paint Triangles"),
UMETA =(DisplayName = "Flood Fill Connected"),
UMETA =(DisplayName = "Flood Fill Groups"),
PolyLasso,
UMETA =(Hidden),
}
Values
| Name | Description |
|---|---|
| UMETA | Paint Vertices of hit triangles with a smooth falloff |
| UMETA | Fill any painted triangles, by setting all 3 vertices to the same color |
| UMETA | Fill any triangles connected to the brushed triangles |
| UMETA | Fill any polygroups connected to the brushed triangles |
| PolyLasso | Paint any triangles inside polygonal or freehand Lassos drawn in the viewport |
| UMETA |
Remarks
Mesh Vertex Paint Primary Interactions