Navigation
API > API/Editor > API/Editor/SequencerCore
References
| Module | SequencerCore |
| Header | /Engine/Source/Editor/SequencerCore/Public/ISequencerEditTool.h |
| Include | #include "ISequencerEditTool.h" |
Syntax
class ISequencerEditToolDragOperation
Remarks
Interface for drag and drop operations that are handled by edit tools in Sequencer.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FCursorReply | GetCursor () |
Request the cursor for this drag operation | |
| void | OnBeginDrag
(
const FPointerEvent& MouseEvent, |
Called to initiate a drag | |
| void | OnDrag
(
const FPointerEvent& MouseEvent, |
Notification called when the mouse moves while dragging | |
| void | OnEndDrag
(
const FPointerEvent& MouseEvent, |
Called when a drag has ended | |
| int32 | OnPaint
(
const FGeometry& AllottedGeometry, |
Override to implement drag-specific paint logic |