Navigation
API > API/Plugins > API/Plugins/MeshModelingTools > API/Plugins/MeshModelingTools/UModifyGeometrySelectionCommand
| |
|
| Name |
EModificationType |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Commands/ModifyGeometrySelectionCommand.h |
| Include Path |
#include "Commands/ModifyGeometrySelectionCommand.h" |
Syntax
enum EModificationType
{
SelectAll = 0,
ExpandToConnected = 1,
Invert = 10,
InvertConnected = 11,
Expand = 20,
Contract = 21,
}
Values
| Name |
Remarks |
| SelectAll |
|
| ExpandToConnected |
|
| Invert |
|
| InvertConnected |
|
| Expand |
|
| Contract |
|