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 EMeshVertexPaintBrushAreaType
{
Connected,
Volumetric,
}
Values
| Name | Description |
|---|---|
| Connected | Brush affects any triangles inside a sphere around the cursor |
| Volumetric | Brush affects any triangles geometrically connected to the triangle under the cursor |
Remarks
Brush Area Types