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