FBlueprintDragDropMenuItem::OnDragged

Attempts to create a certain drag/drop action with respect to the set [UBlueprintNodeSpawner](API\Editor\BlueprintGraph\UBlueprintNodeSpawner).

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/BlueprintDragDropMenuItem.h

Include

#include "BlueprintDragDropMenuItem.h"

Source

/Engine/Source/Editor/Kismet/Private/BlueprintDragDropMenuItem.cpp

Syntax

TSharedPtr< FDragDropOperation > OnDragged
(
    FNodeCreationAnalytic AnalyticsDelegate
) const

Remarks

Attempts to create a certain drag/drop action with respect to the set UBlueprintNodeSpawner.

Returns

An empty TSharedPtr if we failed to determine the FDragDropOperation type to use, else a newly instantiated drag/drop op.

Parameters

Parameter

Description

AnalyticsDelegate

The analytics callback to assign the drag/drop operation.

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