Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/MVVM > API/Editor/SequencerCore/MVVM/Extensions
Inheritance Hierarchy
- IDragOperation
- FOutlinerViewModelDragDropOp
- FSequencerObjectBindingDragDropOp
References
| Module | SequencerCore |
| Header | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/IDraggableTrackAreaExtension.h |
| Include | #include "MVVM/Extensions/IDraggableTrackAreaExtension.h" |
Syntax
class IDragOperation
Remarks
Interface for drag operations
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddModel
(
TSharedPtr< FViewModel > Model |
Adds a model to the drag operation to be dragged | |
| void | AddSnapTime
(
FFrameNumber SnapTime |
Adds a time that the drag operation will snap to |