Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/Insights > API/Developer/TraceInsights/Insights/Widgets > API/Developer/TraceInsights/Insights/Widgets/SMajorTabWindow
- SWidget::OnDragOver()
- SMajorTabWindow::OnDragOver()
References
| Module | TraceInsights |
| Header | /Engine/Source/Developer/TraceInsights/Public/Insights/Widgets/SMajorTabWindow.h |
| Include | #include "Insights/Widgets/SMajorTabWindow.h" |
| Source | /Engine/Source/Developer/TraceInsights/Private/Insights/Widgets/SMajorTabWindow.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. |