Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views > API/Runtime/Slate/Widgets/Views/STableRow
- SWidget::OnDragOver()
- STableRow::OnDragOver()
- SSceneOutlinerTreeRow::OnDragOver()
- SSceneOutlinerPinnedTreeRow::OnDragOver()
- SAssetListViewRow::OnDragOver()
- SAssetColumnViewRow::OnDragOver()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STableRow.h |
| Include | #include "Widgets/Views/STableRow.h" |
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. |