Navigation
API > API/Plugins > API/Plugins/MeshModelingTools > API/Plugins/MeshModelingTools/Commands
Inheritance Hierarchy
- UObject
- UInteractiveCommand
- UGeometrySelectionEditCommand
- UDeleteGeometrySelectionCommand
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Commands/DeleteGeometrySelectionCommand.h |
| Include | #include "Commands/DeleteGeometrySelectionCommand.h" |
Syntax
UCLASS ()
class UDeleteGeometrySelectionCommand : public UGeometrySelectionEditCommand
Remarks
UDeleteGeometrySelectionCommand deletes the geometric elements identified by the Selection. Currently only supports mesh selections (Triangle and Polygroup types) Deletes selected faces, or faces connected to selected edges, or faces connected to selected vertices.
Overridden from UGeometrySelectionEditCommand
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| void | ExecuteCommandForSelection
(
UGeometrySelectionEditCommandArguments* Arguments, |
Overridden from UInteractiveCommand
| Type | Name | Description | |
|---|---|---|---|
| FText |