SInteractiveCurveEditorView::OnMouseEnter

The system will use this event to notify a widget that the cursor has entered it.

Unreal Engine C++ API Reference > Editor > CurveEditor > Views > SInteractiveCurveEditorView

References

   
Module CurveEditor
Header /Engine/Source/Editor/CurveEditor/Public/Views/SInteractiveCurveEditorView.h
Include #include "Views/SInteractiveCurveEditorView.h"
Source /Engine/Source/Editor/CurveEditor/Private/Views/SInteractiveCurveEditorView.cpp
virtual void OnMouseEnter
(
    const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry,
    const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent
)

Remarks

The system will use this event to notify a widget that the cursor has entered it. This event is uses a custom bubble strategy.

Parameters

Name Description
MyGeometry The Geometry of the widget receiving the event
MouseEvent Information about the input event

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library