Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/Sculpting
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UMeshSculptBrushOpProps
- UMoveBrushOpProps
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Sculpting/MeshMoveBrushOps.h |
| Include | #include "Sculpting/MeshMoveBrushOps.h" |
Syntax
UCLASS&40;&41;
class UMoveBrushOpProps : public UMeshSculptBrushOpProps
Variables
| Type | Name | Description | |
|---|---|---|---|
| FModelingToolsAxisFilter | AxisFilters | Axis filters restrict mesh movement to World X/Y/Z axes | |
| float | Depth | Depth of Brush into surface along view ray | |
| float | Falloff | Amount of falloff to apply | |
| float | Strength | Strength of the Brush |
Overridden from UMeshSculptBrushOpProps
| Type | Name | Description | |
|---|---|---|---|
| float | GetDepth () |
||
| float | GetFalloff () |
||
| float | GetStrength () |
||
| void | SetStrength
(
float NewStrength |
Support for this is optional, used by UI level to edit brush props via hotkeys/etc |