Navigation
Unreal Engine C++ API Reference > Editor > Sequencer > FMovieSceneTrackEditor
- ISequencerTrackEditor::OnDrop()
- FMovieSceneTrackEditor::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
(
const FDragDropEvent & DragDropEvent,
const FSequencerDragDropParams & DragDropParams
)
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. |