Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/SWidget
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
| Include | #include "Widgets/SWidget.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp |
virtual FReply OnMouseWheel
(
const FGeometry & MyGeometry,
const FPointerEvent & MouseEvent
)
Remarks
Called when the mouse wheel is spun. This event is bubbled. Returns whether the event was handled, along with other possible actions
Parameters
| Name | Description |
|---|---|
| MouseEvent | Mouse event |