FDragDropPayload

Consilidated drag/drop information parsed for the scene outliner

Windows
MacOS
Linux

References

Module

SceneOutliner

Header

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

Include

#include "SceneOutlinerDragDrop.h"

Syntax

struct FDragDropPayload

Remarks

Consilidated drag/drop information parsed for the scene outliner

Variables

Name Description

Public variable

TOptional< FAct...

 

Actors

Optional array of dragged actors

Public variable

TOptional< FFol...

 

Folders

Optional array of dragged folders

Public variable

TOptional< FSub...

 

SubComponents

Optional array of dragged sub-component Items

Constructors

Name Description

Public function

FDragDropPayload()

Default constructor, resulting in unset contents

Public function

FDragDropPayload

(
    const TArray< TItem >& InDraggedIt...
)

Populate this payload from an array of tree items

Functions

Name Description

Public function

bool

 

ParseDrag

(
    const FDragDropOperation& Operatio...
)

Parse a drag operation into our list of actors and folders

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