Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/SAssetView
- SWidget::OnDragOver()
- SAssetView::OnDragOver()
References
| Module | ContentBrowser |
| Header | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h |
| Include | #include "SAssetView.h" |
| Source | /Engine/Source/Editor/ContentBrowser/Private/SAssetView.cpp |
virtual FReply OnDragOver
&40;
const FGeometry & MyGeometry,
const FDragDropEvent & DragDropEvent
&41;
Remarks
Called during drag and drop when the the mouse is being dragged over a widget. 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. |