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,
    UMovieSceneTrack * Track,
    int32 RowIndex,
    const FGuid & TargetObjectGuid
)

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.

Track

The track that is receiving this drop event.

RowIndex

The row index to drop onto.

TargetObjectGuid

The object guid this asset is dropped onto, if applicable.

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