Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/Sculpting
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UMeshSculptBrushOpProps
- UGroupEraseBrushOpProps
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Sculpting/MeshGroupPaintBrushOps.h |
| Include | #include "Sculpting/MeshGroupPaintBrushOps.h" |
Syntax
UCLASS&40;&41;
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 |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetGroup () |