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