Navigation
API > API/Plugins > API/Plugins/MeshModelingTools > API/Plugins/MeshModelingTools/Commands > API/Plugins/MeshModelingTools/Commands/UModifyGeometrySelectionCommand
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Commands/ModifyGeometrySelectionCommand.h |
| Include | #include "Commands/ModifyGeometrySelectionCommand.h" |
Syntax
enum EModificationType
&123;
SelectAll = 0,
ExpandToConnected = 1,
Invert = 10,
InvertConnected = 11,
Expand = 20,
Contract = 21,
&125;
Values
| Name | Description |
|---|---|
| SelectAll | |
| ExpandToConnected | |
| Invert | |
| InvertConnected | |
| Expand | |
| Contract |