Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SNodePanel
- SWidget::OnMouseWheel()
- SNodePanel::OnMouseWheel()
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SNodePanel.h |
| Include | #include "SNodePanel.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SNodePanel.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 |