Navigation
Unreal Engine C++ API Reference > Editor > CurveEditor
Inheritance Hierarchy
References
Module | CurveEditor |
Header | /Engine/Source/Editor/CurveEditor/Public/ICurveEditorDragOperation.h |
Include | #include "ICurveEditorDragOperation.h" |
Syntax
class ICurveEditorKeyDragOperation : public [ICurveEditorDragOperation](API\Editor\CurveEditor\ICurveEditorDragOperation)
Remarks
Interface for all key drag operations in the curve editor
Variables
Type | Name | Description |
---|---|---|
TUniquePtr< FSc... | Transaction | Scoped transaction pointer |
Functions
Type | Name | Description |
---|---|---|
void | Initialize ( FCurveEditor* InCurveEditor, const TOptional< FCurvePointHandle ... ) | Initialize this drag operation using the specified curve editor pointer and an optional cardinal point |
void | OnInitialize ( FCurveEditor* InCurveEditor, const TOptional< FCurvePointHandle ... ) | 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 |