How to Add Modifier to a Specific Key Slot in an Input Action via Blueprint?

If you extend an input action blueprint, you get access to all the triggers (start, end, completed, etc) and you can manipulate it from there. For example you can split struct pin and multiply a value with a variable that could be changed during some event.