Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FMovieSceneTrackEditor
- ISequencerTrackEditor::OnDrop()
- FMovieSceneTrackEditor::OnDrop()
- FSubTrackEditor::OnDrop()
- FAudioTrackEditor::OnDrop()
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/MovieSceneTrackEditor.h |
| Include | #include "MovieSceneTrackEditor.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/MovieSceneTrackEditor.cpp |
virtual 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. |