Steps to Reproduce
- Add Input Modifier and Input Trigger on the same (non-bool) Input Action in the Input Mapping Context and Input Action (Scalar Modifier and Pressed Trigger).
- Put a breakpoint in the Input Trigger.
- Trigger the Input Action and read the value in the Trigger.
Example: Scalar - 0.5x. 1st Trigger on IMC - X went from 1.0 to 0.5. 2nd Trigger on Input Action - X went from 0.5 to 0.25.