Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/MVVM > API/Editor/Sequencer/MVVM/Views > API/Editor/Sequencer/MVVM/Views/SChannelView
- SWidget::OnMouseLeave()
- SChannelView::OnMouseLeave()
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/MVVM/Views/SChannelView.h |
| Include | #include "MVVM/Views/SChannelView.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/MVVM/Views/SChannelView.cpp |
virtual void OnMouseLeave
&40;
const FPointerEvent & MouseEvent
&41;
Remarks
The system will use this event to notify a widget that the cursor has left it. This event is uses a custom bubble strategy.
Parameters
| Name | Description |
|---|---|
| MouseEvent | Information about the input event |