Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | UGroupEraseBrushOpProps |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Sculpting/MeshGroupPaintBrushOps.h |
| Include Path | #include "Sculpting/MeshGroupPaintBrushOps.h" |
Syntax
UCLASS (MinimalAPI)
class UGroupEraseBrushOpProps : public UMeshSculptBrushOpProps
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UMeshSculptBrushOpProps → UGroupEraseBrushOpProps
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UMeshSculptBrushOpProps → UGroupEraseBrushOpProps
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bOnlyEraseCurrent | bool | When enabled, only the current group configured in the Paint brush is erased | Sculpting/MeshGroupPaintBrushOps.h |
|
| GetCurrentGroupLambda | TUniqueFunction< int32()> | This lambda defines the "current" group for bOnlyEraseCurrent mode | Sculpting/MeshGroupPaintBrushOps.h | |
| Group | int32 | Group to set as Erased value | Sculpting/MeshGroupPaintBrushOps.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 GetGroup() |
Sculpting/MeshGroupPaintBrushOps.h |