Navigation
API > API/Editor > API/Editor/Layers
Inheritance Hierarchy
- TSharedFromThis
- FDragDropOperation
- FDecoratedDragDropOp
- FLayersDragDropOp
References
| Module | Layers |
| Header | /Engine/Source/Editor/Layers/Public/LayersDragDropOp.h |
| Include | #include "LayersDragDropOp.h" |
Syntax
class FLayersDragDropOp : public FDecoratedDragDropOp
Remarks
Drag/drop operation for dragging layers in the editor
Variables
Functions
Overridden from FDragDropOperation
| Type | Name | Description | |
|---|---|---|---|
| void | Construct () |
Overridden to provide public access | |
| bool | IsOfTypeImpl
(
const FString& Type |
Checks whether this drag and drop operation can cast safely to the specified type. |