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