Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintDragDropMenuItem
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/BlueprintDragDropMenuItem.h |
| Include | #include "BlueprintDragDropMenuItem.h" |
| Source | /Engine/Source/Editor/Kismet/Private/BlueprintDragDropMenuItem.cpp |
TSharedPtr< FDragDropOperation > OnDragged
&40;
FNodeCreationAnalytic AnalyticsDelegate
&41; const
Remarks
Attempts to create a certain drag/drop action with respect to the set UBlueprintNodeSpawner. An empty TSharedPtr if we failed to determine the FDragDropOperation type to use, else a newly instantiated drag/drop op.
Parameters
| Name | Description |
|---|---|
| AnalyticsDelegate | The analytics callback to assign the drag/drop operation. |