Navigation
API > API/Editor > API/Editor/SceneOutliner > API/Editor/SceneOutliner/SSceneOutlinerPinnedTreeRow
- SWidget::OnDrop()
- STableRow::OnDrop()
- SSceneOutlinerPinnedTreeRow::OnDrop()
References
| Module | SceneOutliner |
| Header | /Engine/Source/Editor/SceneOutliner/Public/SOutlinerTreeView.h |
| Include | #include "SOutlinerTreeView.h" |
| Source | /Engine/Source/Editor/SceneOutliner/Private/SOutlinerTreeView.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. |