Navigation
API > API/Editor > API/Editor/Sequencer
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/ISequencerTrackEditor.h |
| Include | #include "ISequencerTrackEditor.h" |
Syntax
struct FSequencerDragDropParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| FFrameNumber | FrameNumber | The frame number that this drop event is being dropped at | |
| TRange< FFrameNumber > | FrameRange | The frame range that this drop event is being dropped at | |
| int32 | RowIndex | The row index to drop onto | |
| FGuid | TargetObjectGuid | The object guid this asset is dropped onto, if applicable | |
| TWeakObjectPtr< UMovieSceneTrack > | Track | The track that is receiving this drop event |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSequencerDragDropParams
(
UMovieSceneTrack* InTrack, |