Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/ISequencerTrackEditor
- ISequencerTrackEditor::OnDrop()
- FSubTrackEditor::OnDrop()
- FAudioTrackEditor::OnDrop()
- FMovieSceneTrackEditor::OnDrop()
- FSubTrackEditor::OnDrop()
- FAudioTrackEditor::OnDrop()
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/ISequencerTrackEditor.h |
| Include | #include "ISequencerTrackEditor.h" |
FReply OnDrop
&40;
const FDragDropEvent & DragDropEvent,
const FSequencerDragDropParams & DragDropParams
&41;
Remarks
Called when an asset is dropped directly onto a track. Whether the drop event was handled.
Parameters
| Name | Description |
|---|---|
| DragDropEvent | The drag drop event. |
| DragDropParams | The drag drop parameters. |