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 |
FReply OnMouseMove
(
const TSharedRef < SWidget > MyWidget,
IScrollableZoomable & ScrollableZoomable,
const FGeometry & MyGeometry,
const FPointerEvent & MouseEvent
)
Remarks
Should be called when a mouse move event occurs. If FReply::Handled is returned, that should be passed as the result of the calling function.
Parameters
| Name | Description |
|---|---|
| MyWidget | Pointer to the widget that owns this object. |
| ScrollableZoomable | Interface to the widget to scroll/zoom. |
| MyGeometry | Geometry of the widget we're scrolling. |
| MouseEvent | The mouse event passed to a widget's OnMouseMove function. |