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