Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| |
|
| Name |
ESimpleCollisionEditorToolAction |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Physics/SimpleCollisionEditorTool.h |
| Include Path |
#include "Physics/SimpleCollisionEditorTool.h" |
Syntax
enum ESimpleCollisionEditorToolAction
{
NoAction,
AddSphere,
AddBox,
AddCapsule,
Duplicate,
DeleteSelected,
DeleteAll,
}
Values
| Name |
Remarks |
| NoAction |
|
| AddSphere |
|
| AddBox |
|
| AddCapsule |
|
| Duplicate |
|
| DeleteSelected |
|
| DeleteAll |
|