Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/SKeySelector
- SWidget::OnMouseWheel()
- SKeySelector::OnMouseWheel()
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/SKeySelector.h |
| Include | #include "SKeySelector.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/SKeySelector.cpp |
virtual FReply OnMouseWheel
&40;
const FGeometry & MyGeometry,
const FPointerEvent & MouseEvent
&41;
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 |