Disable Input Per Level

Hey everyone,

Had a quick question about disable input node in BPs. Were trying to disable the input on one level and enable it on another. Not sure if that goes into the MotionController BP (were making a VR game) or the level BP. Any help or advice would be greatly appreciated!

Thanks!

Forge Gaming Team

If I understand, I think you have to create a boolean in the player controler, who control the action after the input node, and set it in your level BP, if you want to enable or disable the input.