Guidelines on where to put Input Modifiers and Input Triggers

Steps to Reproduce

  1. 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).
  2. Put a breakpoint in the Input Trigger.
  3. 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.