Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/MVVM > API/Editor/SequencerCore/MVVM/Extensions
References
| Module | SequencerCore |
| Header | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/IDroppableExtension.h |
| Include | #include "MVVM/Extensions/IDroppableExtension.h" |
Syntax
class IDroppableExtension
Remarks
Extension for models that can be dragged
Variables
| Type | Name | Description | |
|---|---|---|---|
| static::UE::Sequencer::TAutoRegisterViewModelTypeID< IDroppableExtension > | ID |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanAcceptDrag
(
IDragOperation& DragOperation, |
Check whether this droppable extension is able to accept the specified drag | |
| void | OnHover
(
IDragOperation& DragOperation |
||
| void | OnUnhover
(
IDragOperation& DragOperation |
||
| void | ProcessDragOperation
(
IDragOperation& DragOperation |
||
| void |