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 entered it. This event is NOT bubbled.
Virtual Inheritance
- SWidget::OnMouseEnter → STableTreeViewCell::OnMouseEnter
| Name | OnMouseEnter |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Table/Widgets/STableTreeViewCell.h |
| Include Path | #include "InsightsCore/Table/Widgets/STableTreeViewCell.h" |
virtual void OnMouseEnter
(
const FGeometry & MyGeometry,
const FPointerEvent & MouseEvent
)
Parameters
| Name | Remarks |
|---|---|
| MyGeometry | The Geometry of the widget receiving the event |
| MouseEvent | Information about the input event |