Navigation
API > API/Plugins > API/Plugins/MeshModelingTools > API/Plugins/MeshModelingTools/Commands
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveCommand
- UGeometrySelectionEditCommand
- UDisconnectGeometrySelectionCommand
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Commands/DisconnectGeometrySelectionCommand.h |
| Include | #include "Commands/DisconnectGeometrySelectionCommand.h" |
Syntax
UCLASS&40;&41;
class UDisconnectGeometrySelectionCommand : public UGeometrySelectionEditCommand
Remarks
UDisconnectGeometrySelectionCommand disconnects the geometric elements identified by the Selection. Currently only supports mesh selections (Triangle and Polygroup types) Disconnects 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 |