Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | UKelvinBrushProperties |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Sculpting/MeshSculptToolBase.h |
| Include Path | #include "Sculpting/MeshSculptToolBase.h" |
Syntax
UCLASS (MinimalAPI)
class UKelvinBrushProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UKelvinBrushProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UKelvinBrushProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BrushSteps | int | Integration steps | Sculpting/MeshSculptToolBase.h |
|
| FallOffDistance | float | Brush Fall off as fraction of brush size | Sculpting/MeshSculptToolBase.h |
|
| Incompressiblity | float | How compressible the spatial region is: 1 - 2 x Poisson ratio | Sculpting/MeshSculptToolBase.h |
|
| Stiffness | float | How much the mesh resists shear | Sculpting/MeshSculptToolBase.h |
|