What is the right way to disable input (like during a menu or cutscene?)

wilg

New member
PlayerInput.EnableGameplayInput(false) is protected, which seems to be the most relevant thing. Is the right way to do this to subclass a PlayerInput class and add my own hooks?
 
Top