Disable Input

Hi everyone,

Is there a way to desactivate juste one keyboard touch instead of use the “Disable Input” node, wich is desactivate all the keyboard entries?

Thanks,

Hello,
I haven’t find something really usefull too and maybe someone will post a good info here (i hope) but in your situation, i would go with a branch and a bool to have something working while waiting for better solution.

Use a bool to control whether or not an input is active. Just place a branch straight off the input node and plug in your bool. You then have all your event coming off the “True” branch. That way if the bool false nothing will happen. Hope that helps. :slight_smile: