FSceneOutlinerDragDropOp

A drag/drop operation that was started from the scene outliner

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

FDragDropOperation

FSceneOutlinerDragDropOp

References

Module

SceneOutliner

Header

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

Include

#include "SceneOutlinerDragDrop.h"

Syntax

struct FSceneOutlinerDragDropOp : public FDragDropOperation

Remarks

A drag/drop operation that was started from the scene outliner

Variables

Name Description

Public variable

TSharedPtr< FAc...

 

ActorOp

Actor drag operation

Public variable

TSharedPtr< FFo...

 

FolderOp

Folder drag operation

Public variable

TSharedPtr< FSu...

 

SubComponentOp

Sub-Component drag operation

Constructors

Name Description

Public function

FSceneOutlinerDragDropOp

(
    const FDragDropPayload& DraggedObj...
)

Functions

Name Description

Public function Static

const FStrin...

 

GetTypeId()

Public function

void

 

ResetTooltip()

Public function

void

 

SetTooltip

(
    FText InOverrideText,
    const FSlateBrush* InOverrideI...
)

Overridden from FDragDropOperation

Name Description

Public function Virtual Const

TSharedPtr< ...

 

GetDefaultDecorator()

Gets the widget that will serve as the decorator unless overridden.

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