FFolderDragDropOp

A drag/drop operation when dragging folders in the scene outliner

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

SceneOutliner

Header

/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerDragDrop.h

Include

#include "SceneOutlinerDragDrop.h"

Syntax

struct FFolderDragDropOp : public FDecoratedDragDropOp

Remarks

A drag/drop operation when dragging folders in the scene outliner

Variables

Name Description

Public variable

FFolderPaths

 

Folders

Array of folders that we are dragging

Functions

Name Description

Public function Static

const FStrin...

 

GetTypeId()

Public function

void

 

Init

(
    FFolderPaths InFolders
)

Overridden from FDragDropOperation

Name Description

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