Navigation
API > API/Plugins > API/Plugins/ObjectMixerEditor > API/Plugins/ObjectMixerEditor/Views > API/Plugins/ObjectMixerEditor/Views/Widgets > API/Plugins/ObjectMixerEditor/Views/Widgets/SCollectionSelectionButton
- SWidget::OnDragLeave()
- SCollectionSelectionButton::OnDragLeave()
References
| Module | ObjectMixerEditor |
| Header | /Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Source/ObjectMixer/Public/Views/Widgets/SCollectionSelectionButton.h |
| Include | #include "Views/Widgets/SCollectionSelectionButton.h" |
| Source | /Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Source/ObjectMixer/Private/Views/Widgets/SCollectionSelectionButton.cpp |
virtual void OnDragLeave
&40;
const FDragDropEvent & DragDropEvent
&41;
Remarks
Called during drag and drop when the drag leaves a widget.
Parameters
| Name | Description |
|---|---|
| DragDropEvent | The drag and drop event. |