Navigation
API > API/Editor > API/Editor/CurveEditor
Inheritance Hierarchy
- ICurveEditorDragOperation
- ICurveEditorKeyDragOperation
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/ICurveEditorDragOperation.h |
| Include | #include "ICurveEditorDragOperation.h" |
Syntax
class ICurveEditorKeyDragOperation : public ICurveEditorDragOperation
Remarks
Interface for all key drag operations in the curve editor
Variables
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< FScopedTransaction > | Transaction | Scoped transaction pointer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
FCurveEditor* InCurveEditor, |
Initialize this drag operation using the specified curve editor pointer and an optional cardinal point | |
| void | OnInitialize
(
FCurveEditor* InCurveEditor, |
Implementation method for derived types to initialize a drag |
Overridden from ICurveEditorDragOperation
| Type | Name | Description | |
|---|---|---|---|
| void | OnCancelDrag () |
Implementation method for derived types to cancel a drag |