Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/Sculpting
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UMeshSculptBrushOpProps
- UBasePlaneBrushOpProps
- UPlaneBrushOpProps
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Sculpting/MeshPlaneBrushOps.h |
| Include | #include "Sculpting/MeshPlaneBrushOps.h" |
Syntax
UCLASS&40;&41;
class UPlaneBrushOpProps : public UBasePlaneBrushOpProps
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Depth | Depth of Brush into surface along surface normal | |
| float | Falloff | Amount of falloff to apply | |
| float | Strength | Strength of the Brush | |
| EPlaneBrushSideMode | WhichSide | Control whether effect of brush should be limited to one side of the Plane |
Overridden from UBasePlaneBrushOpProps
| Type | Name | Description | |
|---|---|---|---|
| EPlaneBrushSideMode | GetWhichSide () |
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 |