FMovieSceneTrackEditor::OnDrop

Called when an asset is dropped directly onto a track.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Sequencer

Header

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

Include

#include "MovieSceneTrackEditor.h"

Source

/Engine/Source/Editor/Sequencer/Private/MovieSceneTrackEditor.cpp

Syntax

virtual FReply OnDrop
(
    const FDragDropEvent & DragDropEvent,
    const FSequencerDragDropParams & DragDropParams
)

Remarks

Called when an asset is dropped directly onto a track.

Returns

Whether the drop event was 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