FLayersDragDropOp

Drag/drop operation for dragging layers in the editor

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public variable

TArray< FName >

 

Layers

The names of the layers being dragged

Functions

Name Description

Public function Static

const FStrin...

 

GetTypeId()

Overridden from FDragDropOperation

Name Description

Public function Virtual

void

 

Construct()

Overridden to provide public access

Public function Virtual Const

bool

 

IsOfTypeImpl

(
    const FString& Type
)

Checks whether this drag and drop operation can cast safely to the specified type.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss