Navigation
API > API/Plugins > API/Plugins/WaveformEditorWidgets > API/Plugins/WaveformEditorWidgets/SWaveformTransformationRenderLay-
- SWidget::OnMouseButtonUp()
- SWaveformTransformationRenderLayer::OnMouseButtonUp()
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 OnMouseButtonUp
&40;
const FGeometry & MyGeometry,
const FPointerEvent & MouseEvent
&41;
Remarks
The system calls this method to notify the widget that a mouse button was release within it. This event is bubbled. Whether the event was handled along with possible requests for the system to take action.
Parameters
| Name | Description |
|---|---|
| MyGeometry | The Geometry of the widget receiving the event |
| MouseEvent | Information about the input event |