FOptionalOnDragDrop

A delegate that gets executed when a drag/drop event happens on the sequencer.

Windows
MacOS
Linux

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss