Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
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.
| Name | UDeleteGeometrySelectionCommand |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Commands/DeleteGeometrySelectionCommand.h |
| Include Path | #include "Commands/DeleteGeometrySelectionCommand.h" |
Syntax
UCLASS (MinimalAPI)
class UDeleteGeometrySelectionCommand : public UGeometrySelectionEditCommand
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveCommand → UGeometrySelectionEditCommand → UDeleteGeometrySelectionCommand