Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Mesh Sculpting Brush Types
| Name | EMeshSculptFalloffType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Sculpting/MeshSculptToolBase.h |
| Include Path | #include "Sculpting/MeshSculptToolBase.h" |
Syntax
enum EMeshSculptFalloffType
{
Smooth = 0,
Linear = 1,
Inverse = 2,
Round = 3,
BoxSmooth = 4,
BoxLinear = 5,
BoxInverse = 6,
BoxRound = 7,
LastValue,
}
Values
| Name | Remarks |
|---|---|
| Smooth | |
| Linear | |
| Inverse | |
| Round | |
| BoxSmooth | |
| BoxLinear | |
| BoxInverse | |
| BoxRound | |
| LastValue |