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
Functions
Public
Overridden from UGeometrySelectionEditCommand
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanExecuteCommandForSelection
(
UGeometrySelectionEditCommandArguments* Arguments |
Commands/DeleteGeometrySelectionCommand.h | ||
virtual void ExecuteCommandForSelection
(
UGeometrySelectionEditCommandArguments* Arguments, |
Commands/DeleteGeometrySelectionCommand.h |
Overridden from UInteractiveCommand
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetCommandShortString() |
Commands/DeleteGeometrySelectionCommand.h |