Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
| |
|
| Name |
EISMEditorToolActions |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/ISMEditorTool.h |
| Include Path |
#include "ISMEditorTool.h" |
Syntax
enum EISMEditorToolActions
{
NoAction,
ClearSelection,
ContractLast,
ExpandLast,
ExpandAll,
Delete,
Duplicate,
DuplicateToNew,
ExtractToNew,
Replace,
}
Values
| Name |
Remarks |
| NoAction |
|
| ClearSelection |
|
| ContractLast |
|
| ExpandLast |
|
| ExpandAll |
|
| Delete |
|
| Duplicate |
|
| DuplicateToNew |
|
| ExtractToNew |
|
| Replace |
|