IDropTarget

Interface for validating drag/drop movement

Windows
MacOS
Linux

Inheritance Hierarchy

IDropTarget

IWorldTreeItem

References

Module

WorldBrowser

Header

/Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h

Include

#include "IWorldTreeItem.h"

Syntax

struct IDropTarget

Remarks

Interface for validating drag/drop movement

Functions

Name Description

Public function

void

 

OnDrop

(
    const FDragDropEvent& DragEvent,
    TSharedRef< SWorldHierarchyImpl > H...
)

Called to drop the specified objects on this item.

Public function Const

FValidationI...

 

ValidateDrop

(
    const FDragDropEvent& DragEvent
)

Called to test whether the specified payload can be dropped onto this tree item

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