Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/SCurveEditor
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/SCurveEditor.h |
| Include | #include "SCurveEditor.h" |
Syntax
enum EDragState
&123;
PreDrag,
DragKey,
FreeDrag,
DragTangent,
MarqueeSelect,
Pan,
Zoom,
None,
&125;
Values
| Name | Description |
|---|---|
| PreDrag | The user has clicked a mouse button, but hasn't moved more then the drag threshold. |
| DragKey | The user is dragging the selected keys. |
| FreeDrag | The user is free dragging the selected keys. |
| DragTangent | The user is dragging a selected tangent handle. |
| MarqueeSelect | The user is performing a marquee selection of keys. |
| Pan | The user is panning the curve view. |
| Zoom | The user is zooming the curve view. |
| None | There is no active drag operation. |
Remarks
Represents the different states of a drag operation