Navigation
API > API/Editor > API/Editor/DataLayerEditor
Drag/drop operation for dragging layers in the editor
| Name | FDataLayerDragDropOp |
| Type | class |
| Header File | /Engine/Source/Editor/DataLayerEditor/Public/DataLayer/DataLayerDragDropOp.h |
| Include Path | #include "DataLayer/DataLayerDragDropOp.h" |
Syntax
class FDataLayerDragDropOp : public FDecoratedDragDropOp
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → FDecoratedDragDropOp → FDataLayerDragDropOp
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataLayerInstances | TArray< TWeakObjectPtr< UDataLayerInstance > > | The labels of the layers being dragged | DataLayer/DataLayerDragDropOp.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Construct() |
DataLayer/DataLayerDragDropOp.h | ||
void Init
(
const TArray< TWeakObjectPtr< UDataLayerInstance > >& InDataLayerInstances |
DataLayer/DataLayerDragDropOp.h | ||
virtual bool IsOfTypeImpl
(
const FString& Type |
DataLayer/DataLayerDragDropOp.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetTypeId() |
DataLayer/DataLayerDragDropOp.h |