Disable Input Player Controller Not Working

You cannot use DisableInput on the PlayerController. You must use DisableInput on any Actor that your PlayerController passes input to (99.99% of the time, your Pawn).

3 Likes