IDropTarget::OnDrop

Called to drop the specified objects on this item.

Choose your operating system:

Windows

macOS

Linux

References

Module

WorldBrowser

Header

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

Include

#include "IWorldTreeItem.h"

Syntax

void OnDrop
(
    const FDragDropEvent & DragEvent,
    TSharedRef< SWorldHierarchyImpl > Hierarchy
)

Remarks

Called to drop the specified objects on this item. Only called if ValidateDrop() allows.