Ensure action with modifier composite binding to overrides regular binding?

Hi,

If you create an Action with a regular binding of just ‘W’ then create another Action with a Modifier Composite binding of ‘Shift+W’, does the Input system handle only triggering the action with the modifier composite while avoiding triggering the action with the single binding? Or is this something I’ll have to handle myself? If it’s the latter, any recommendations for dealing with this?

Apologies if my paragraph doesn’t make much sense let me know if you need any additional details to work this problem out with me.

Cheers,
Cole

1 Like

I wish I knew the answer to that, having the same problem. Seams the modified action also will trigger the normal action. Not sure how to avoid that.