Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/Insights > API/Developer/TraceInsights/Insights/Widgets > API/Developer/TraceInsights/Insights/Widgets/SMajorTabWindow
- SWidget::OnDrop()
- SMajorTabWindow::OnDrop()
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 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. |