Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | UViewAlignedSculptBrushOpProps |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Sculpting/MeshSculptBrushOps.h |
| Include Path | #include "Sculpting/MeshSculptBrushOps.h" |
Syntax
UCLASS (MinimalAPI)
class UViewAlignedSculptBrushOpProps : public UMeshSculptBrushOpProps
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UMeshSculptBrushOpProps → UViewAlignedSculptBrushOpProps
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UMeshSculptBrushOpProps → UViewAlignedSculptBrushOpProps
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Falloff | float | Amount of falloff to apply | Sculpting/MeshSculptBrushOps.h |
|
| Strength | float | Strength of the Brush | Sculpting/MeshSculptBrushOps.h |
|
Functions
Public
Overridden from UMeshSculptBrushOpProps
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual float GetFalloff() |
Sculpting/MeshSculptBrushOps.h | ||
virtual float GetStrength() |
Sculpting/MeshSculptBrushOps.h | ||
virtual void SetStrength
(
float NewStrength |
Support for this is optional, used by UI level to edit brush props via hotkeys/etc | Sculpting/MeshSculptBrushOps.h | |
virtual bool SupportsStrengthPressure() |
Is Pressure Sensitivity for Brush Strength supported? | Sculpting/MeshSculptBrushOps.h |