ISequencerTrackEditor::OnAllowDrop

Called when attempting to drop an asset directly onto a track.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Sequencer

Header

/Engine/Source/Editor/Sequencer/Public/ISequencerTrackEditor.h

Include

#include "ISequencerTrackEditor.h"

Syntax

bool OnAllowDrop
(
    const FDragDropEvent & DragDropEvent,
    FSequencerDragDropParams & DragDropParams
)

Remarks

Called when attempting to drop an asset directly onto a track.

Returns

Whether the drop event can be handled.

Parameters

Parameter

Description

DragDropEvent

The drag drop event.

DragDropParams

The drag drop parameters.

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