Navigation
API > API/Editor > API/Editor/SubobjectEditor > API/Editor/SubobjectEditor/SSubobjectEditorDragDropTree
- SWidget::OnDragOver()
- SSubobjectEditorDragDropTree::OnDragOver()
References
| Module | SubobjectEditor |
| Header | /Engine/Source/Editor/SubobjectEditor/Public/SSubobjectEditor.h |
| Include | #include "SSubobjectEditor.h" |
| Source | /Engine/Source/Editor/SubobjectEditor/Private/SSubobjectEditor.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. |