Navigation
API > API/Plugins > API/Plugins/ModelingToolsEditorMode
| |
|
| Name |
EModelingSelectionInteraction_DragMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Editor/ModelingToolsEditorMode/Source/ModelingToolsEditorMode/Public/ModelingSelectionInteraction.h |
| Include Path |
#include "ModelingSelectionInteraction.h" |
Syntax
enum EModelingSelectionInteraction_DragMode
{
NoDragInteraction = 0,
PathInteraction = 1,
RectangleMarqueeInteraction = 2,
}
Values
| Name |
Remarks |
| NoDragInteraction |
|
| PathInteraction |
|
| RectangleMarqueeInteraction |
|