Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow > API/Plugins/DataflowEditor/Dataflow/SDataflowGraphEditor
- SWidget::OnDrop()
- SDataflowGraphEditor::OnDrop()
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowGraphEditor.h |
| Include | #include "Dataflow/DataflowGraphEditor.h" |
| Source | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Private/Dataflow/DataflowGraphEditor.cpp |
virtual FReply OnDrop
&40;
const FGeometry & MyGeometry,
const FDragDropEvent & DragDropEvent
&41;
Remarks
Called when the user is dropping something onto a widget; terminates drag and drop. A reply that indicated whether this event was handled.
Parameters
| Name | Description |
|---|---|
| MyGeometry | The geometry of the widget receiving the event. |
| DragDropEvent | The drag and drop event. |