Navigation
API > API/Plugins > API/Plugins/PoseSearchEditor > API/Plugins/PoseSearchEditor/SDatabaseAssetTree
- SWidget::OnDrop()
- SDatabaseAssetTree::OnDrop()
References
| Module | PoseSearchEditor |
| Header | /Engine/Plugins/Experimental/Animation/PoseSearch/Source/Editor/Public/PoseSearchDatabaseAssetTree.h |
| Include | #include "PoseSearchDatabaseAssetTree.h" |
| Source | /Engine/Plugins/Experimental/Animation/PoseSearch/Source/Editor/Private/PoseSearchDatabaseAssetTree.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. |