IDropTarget::OnDrop

Called to drop the specified objects on this item.

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.

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