Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | USculptMaxBrushOpProps |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Sculpting/MeshSculptBrushOps.h |
| Include Path | #include "Sculpting/MeshSculptBrushOps.h" |
Syntax
UCLASS (MinimalAPI)
class USculptMaxBrushOpProps : public UMeshSculptBrushOpProps
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UMeshSculptBrushOpProps → USculptMaxBrushOpProps
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UMeshSculptBrushOpProps → USculptMaxBrushOpProps
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUseFixedHeight | bool | If true, maximum height is defined using the FixedHeight constant instead of brush-relative size | Sculpting/MeshSculptBrushOps.h |
|
| Falloff | float | Amount of falloff to apply | Sculpting/MeshSculptBrushOps.h |
|
| FixedHeight | float | Maximum height in world-space dimension | Sculpting/MeshSculptBrushOps.h |
|
| MaxHeight | float | Maximum height as fraction of brush size | 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 |