Variable InputEventAction.bloomStrength

The difference between the clamped strength value and this action's total accumulation given its StrengthCurve.

class InputEventAction
{
  // ...
  float bloomStrength = 0.0F;
  // ...
}