FActorDropTarget::OnDrop

Called to drop the specified objects on this item.

Windows
MacOS
Linux

Override Hierarchy

IDropTarget::OnDrop()

FActorDropTarget::OnDrop()

References

Module

SceneOutliner

Header

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

Include

#include "ActorTreeItem.h"

Source

/Engine/Source/Editor/SceneOutliner/Private/ActorTreeItem.cpp

Syntax

virtual void OnDrop
(
    FDragDropPayload & DraggedObjects,
    UWorld & World,
    const FDragValidationInfo & ValidationInfo,
    TSharedRef< SWidget > DroppedOnWidget
)

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