Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/SAnalogSlider
- SWidget::OnAnalogValueChanged()
- SAnalogSlider::OnAnalogValueChanged()
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/SAnalogSlider.h |
| Include | #include "SAnalogSlider.h" |
| Source | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Private/SAnalogSlider.cpp |
virtual FReply OnAnalogValueChanged
&40;
const FGeometry & MyGeometry,
const FAnalogInputEvent & InAnalogInputEvent
&41;
Remarks
Called when an analog value changes on a button that supports analog Returns whether the event was handled, along with other possible actions
Parameters
| Name | Description |
|---|---|
| MyGeometry | The Geometry of the widget receiving the event |
| InAnalogInputEvent | Analog input event |