Choose your operating system:
Windows
macOS
Linux
| SWidget::OnMouseLeave()
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SButton.h |
Include |
#include "Widgets/Input/SButton.h" |
Source |
/Engine/Source/Runtime/Slate/Private/Widgets/Input/SButton.cpp |
virtual void OnMouseLeave
(
const FPointerEvent & MouseEvent
)
The system will use this event to notify a widget that the cursor has left it. This event is uses a custom bubble strategy.
Parameter |
Description |
---|---|
MouseEvent |
Information about the input event |