Navigation
API > API/Editor > API/Editor/Sequencer
Type
typedef TBaseDelegate_ThreeParams< bool, const FGeometry &, const FDragDropEvent &, FReply & > FOptionalOnDragDrop
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/SequencerCustomizationManager.h |
| Include | #include "SequencerCustomizationManager.h" |
Remarks
A delegate that gets executed when a drag/drop event happens on the sequencer. The return value determines if the event was handled by the bound delegate.