Temporarily Disable Look Input

If I understand what you want to do correctly, I’d just add a bool (IsMenuActive?) and set it to true when the menu pops up, then set it to false when the menu goes away, and add a Branch at the beginning of your IA_Look to check if IsMenuActive? is True, and leave that exec pin empty. Set the False pin to go through to the normal IA_Look event code.

This?

-Marc