Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/SDragAndDropVerticalBox
- SWidget::OnDrop()
- SDragAndDropVerticalBox::OnDrop()
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h |
| Include | #include "Widgets/SBoxPanel.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SBoxPanel.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. |