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