Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | UPinchBrushOpProps |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Sculpting/MeshPinchBrushOps.h |
| Include Path | #include "Sculpting/MeshPinchBrushOps.h" |
Syntax
UCLASS (MinimalAPI)
class UPinchBrushOpProps : public UMeshSculptBrushOpProps
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UMeshSculptBrushOpProps → UPinchBrushOpProps
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UMeshSculptBrushOpProps → UPinchBrushOpProps
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bPerpDamping | bool | When enabled, brush will damp motion of vertices that would move perpendicular to brush stroke direction | Sculpting/MeshPinchBrushOps.h |
|
| Depth | float | Depth of Brush into surface along surface normal | Sculpting/MeshPinchBrushOps.h |
|
| Falloff | float | Amount of falloff to apply | Sculpting/MeshPinchBrushOps.h |
|
| Strength | float | Strength of the Brush | Sculpting/MeshPinchBrushOps.h |
|
Functions
Public
Overridden from UMeshSculptBrushOpProps
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual float GetDepth() |
Sculpting/MeshPinchBrushOps.h | ||
virtual float GetFalloff() |
Sculpting/MeshPinchBrushOps.h | ||
virtual float GetStrength() |
Sculpting/MeshPinchBrushOps.h | ||
virtual void SetStrength
(
float NewStrength |
Support for this is optional, used by UI level to edit brush props via hotkeys/etc | Sculpting/MeshPinchBrushOps.h | |
virtual bool SupportsStrengthPressure() |
Is Pressure Sensitivity for Brush Strength supported? | Sculpting/MeshPinchBrushOps.h |