Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Brush Area Types
| Name | EMeshVertexPaintBrushAreaType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/MeshVertexPaintTool.h |
| Include Path | #include "MeshVertexPaintTool.h" |
Syntax
enum EMeshVertexPaintBrushAreaType
{
Connected,
Volumetric,
}
Values
| Name | Remarks |
|---|---|
| Connected | Brush affects any triangles inside a sphere around the cursor |
| Volumetric | Brush affects any triangles geometrically connected to the triangle under the cursor |