Navigation
API > API/Developer > API/Developer/TraceInsightsCore > API/Developer/TraceInsightsCore/STableTreeViewCell
Description
The system will use this event to notify a widget that the cursor has left it. This event is NOT bubbled.
Virtual Inheritance
- SWidget::OnMouseLeave → STableTreeViewCell::OnMouseLeave
| Name | OnMouseLeave |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Table/Widgets/STableTreeViewCell.h |
| Include Path | #include "InsightsCore/Table/Widgets/STableTreeViewCell.h" |
virtual void OnMouseLeave
(
const FPointerEvent & MouseEvent
)
Parameters
| Name | Remarks |
|---|---|
| MouseEvent | Information about the input event |