Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FMovieSceneTrackEditor
- ISequencerTrackEditor::OnAllowDrop()
- FMovieSceneTrackEditor::OnAllowDrop()
- FSubTrackEditor::OnAllowDrop()
- FAudioTrackEditor::OnAllowDrop()
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/MovieSceneTrackEditor.h |
| Include | #include "MovieSceneTrackEditor.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/MovieSceneTrackEditor.cpp |
virtual bool OnAllowDrop
&40;
const FDragDropEvent & DragDropEvent,
FSequencerDragDropParams & DragDropParams
&41;
Remarks
Called when attempting to drop an asset directly onto a track. Whether the drop event can be handled.
Parameters
| Name | Description |
|---|---|
| DragDropEvent | The drag drop event. |
| DragDropParams | The drag drop parameters. |