Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/MVVM > API/Editor/SequencerCore/MVVM/Extensions
Inheritance Hierarchy
- IDraggableTrackAreaExtension
- FLayerBarModel
- FSectionModel
References
| Module | SequencerCore |
| Header | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/IDraggableTrackAreaExtension.h |
| Include | #include "MVVM/Extensions/IDraggableTrackAreaExtension.h" |
Syntax
class IDraggableTrackAreaExtension
Remarks
Extension for models that can be dragged
Variables
| Type | Name | Description | |
|---|---|---|---|
| static::UE::Sequencer::TAutoRegisterViewModelTypeID< IDraggableTrackAreaExtension > | ID |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanDrag () |
Returns whether the model can be dragged | |
| void | OnBeginDrag
(
IDragOperation& DragOperation |
Called at the beginning of the drag operation | |
| void | OnEndDrag
(
IDragOperation& DragOperation |
Called at the end of a drag operation | |
| void |