Navigation
Unreal Engine C++ API Reference > Plugins > MeshModelingToolsExp > Sculpting
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UMeshSculptBrushOpProps
- UGroupEraseBrushOpProps
References
Module | MeshModelingToolsExp |
Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Sculpting/MeshGroupPaintBrushOps.h |
Include | #include "Sculpting/MeshGroupPaintBrushOps.h" |
Syntax
UCLASS ()
class UGroupEraseBrushOpProps : public UMeshSculptBrushOpProps
Variables
Type | Name | Description | |
---|---|---|---|
bool | bOnlyEraseCurrent | When enabled, only the current group configured in the Paint brush is erased | |
TUniqueFunction< int32()> | GetCurrentGroupLambda | This lambda defines the "current" group for bOnlyEraseCurrent mode | |
int32 | Group | Group to set as Erased value |