Choose your operating system:
Windows
macOS
Linux
| SWidget::OnAnalogValueChanged()
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/SViewport.h |
Include |
#include "Widgets/SViewport.h" |
Source |
/Engine/Source/Runtime/Slate/Private/Widgets/SViewport.cpp |
virtual FReply OnAnalogValueChanged
(
const FGeometry & MyGeometry,
const FAnalogInputEvent & InAnalogInputEvent
)
Called when an analog value changes on a button that supports analog
Returns whether the event was handled, along with other possible actions
Parameter |
Description |
---|---|
MyGeometry |
The Geometry of the widget receiving the event |
InAnalogInputEvent |
Analog input event |