Navigation
API > API/Editor > API/Editor/CurveEditor
Inheritance Hierarchy
- FDelayedDrag
- FCurveEditorDelayedDrag
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/ICurveEditorDragOperation.h |
| Include | #include "ICurveEditorDragOperation.h" |
Syntax
struct FCurveEditorDelayedDrag : public FDelayedDrag
Remarks
Utility struct used to facilitate a delayed drag operation with an implementation interface
Variables
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< ICurveEditorDragOperation > | DragImpl | The drag implementation to use once the drag has started |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCurveEditorDelayedDrag
(
FVector2D InInitialPosition, |
Start a delayed drag operation at the specified position and effective key |