Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Layout > API/Runtime/Slate/Framework/Layout/FScrollyZoomy
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Layout/ScrollyZoomy.h |
| Include | #include "Framework/Layout/ScrollyZoomy.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Layout/ScrollyZoomy.cpp |
void OnMouseLeave
(
const TSharedRef < SWidget > MyWidget,
const FPointerEvent & MouseEvent
)
Remarks
Should be called from your widget's OnMouseLeave override.
Parameters
| Name | Description |
|---|---|
| MyWidget | Pointer to the widget that owns this object. |
| MouseEvent | The mouse leave event that was passed to the widget's OnMouseLeave function. |