Navigation
API > API/Editor > API/Editor/SequencerCore
Extension for models that can be dragged
| Name | IDraggableOutlinerExtension |
| Type | class |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/IDraggableOutlinerExtension.h |
| Include Path | #include "MVVM/Extensions/IDraggableOutlinerExtension.h" |
Syntax
class IDraggableOutlinerExtension
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IDraggableOutlinerExtension() |
MVVM/Extensions/IDraggableOutlinerExtension.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ID | ::UE::Sequencer::TAutoRegisterViewModelTypeID< IDraggableOutlinerExtension > | MVVM/Extensions/IDraggableOutlinerExtension.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanDrag() |
Returns whether the model can be dragged | MVVM/Extensions/IDraggableOutlinerExtension.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void RegisterTypeID() |
MVVM/Extensions/IDraggableOutlinerExtension.h |