Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | UScaleKelvinletBrushOpProps |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Sculpting/KelvinletBrushOp.h |
| Include Path | #include "Sculpting/KelvinletBrushOp.h" |
Syntax
UCLASS (MinimalAPI)
class UScaleKelvinletBrushOpProps : public UBaseKelvinletBrushOpProps
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UMeshSculptBrushOpProps → UBaseKelvinletBrushOpProps → UScaleKelvinletBrushOpProps
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UMeshSculptBrushOpProps → UBaseKelvinletBrushOpProps → UScaleKelvinletBrushOpProps
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Falloff | float | Amount of falloff to apply | Sculpting/KelvinletBrushOp.h |
|
| Strength | float | Strength of the Brush | Sculpting/KelvinletBrushOp.h |
|
Functions
Public
Overridden from UMeshSculptBrushOpProps
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual float GetFalloff() |
Sculpting/KelvinletBrushOp.h | ||
virtual float GetStrength() |
Sculpting/KelvinletBrushOp.h | ||
virtual bool SupportsStrengthPressure() |
Is Pressure Sensitivity for Brush Strength supported? | Sculpting/KelvinletBrushOp.h |