Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Blueprint > API/Runtime/UMG/Blueprint/UUserWidget
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
Include | #include "Blueprint/UserWidget.h" |
FEventReply OnAnalogValueChanged
&40;
FGeometry MyGeometry,
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 Event |