Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Selection
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveCommand
- UGeometrySelectionEditCommand
- UDeleteGeometrySelectionCommand
- UDisconnectGeometrySelectionCommand
- UModifyGeometrySelectionCommand
- UModifyGeometrySelectionCommand_Contract
- UModifyGeometrySelectionCommand_Expand
- UModifyGeometrySelectionCommand_ExpandToConnected
- UModifyGeometrySelectionCommand_Invert
- UModifyGeometrySelectionCommand_InvertConnected
- URetriangulateGeometrySelectionCommand
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/SelectionEditInteractiveCommand.h |
| Include | #include "Selection/SelectionEditInteractiveCommand.h" |
Syntax
UCLASS&40;Abstract&41;
class UGeometrySelectionEditCommand : public UInteractiveCommand
Remarks
UGeometrySelectionEditCommand is a command that edits geometry based on a selection. Requires a UGeometrySelectionEditCommandArguments
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | CanExecuteCommandForSelection
(
UGeometrySelectionEditCommandArguments* SelectionArgs |
||
| void | ExecuteCommandForSelection
(
UGeometrySelectionEditCommandArguments* Arguments, |
||
| bool |
Overridden from UInteractiveCommand
| Type | Name | Description | |
|---|---|---|---|
| bool | CanExecuteCommand
(
UInteractiveCommandArguments* Arguments |
||
| void | ExecuteCommand
(
UInteractiveCommandArguments* Arguments, |
Execute the command with the given Arguments |