Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FAnalogInputEvent
Description
Returns the analog value between 0 and 1. 0 being not pressed at all, 1 being fully pressed. Non analog keys will only be 0 or 1.
| Name | GetAnalogValue |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h |
| Include Path | #include "Input/Events.h" |
float GetAnalogValue() const
Analog value between 0 and 1. 1 being fully pressed, 0 being not pressed at all