Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/ICurveEditorKeyDragOperation
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/ICurveEditorDragOperation.h |
| Include | #include "ICurveEditorDragOperation.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/DragOperations/ICurveEditorDragOperation.cpp |
void Initialize
&40;
FCurveEditor &42; InCurveEditor,
const TOptional< FCurvePointHandle > & CardinalPoint
&41;
Remarks
Initialize this drag operation using the specified curve editor pointer and an optional cardinal point
Parameters
| Name | Description |
|---|---|
| InCurveEditor | Curve editor pointer. Guaranteed to persist for the lifetime of this drag. |
| CardinalPoint | The point that should be considered the origin of this drag. |