I changed nothing on my pawn class and nothing in the function spawning the pawn, but all of the sudden my pawn will not receive any input, I tried possessing, enabling input, setting input to game only, and nothing works. Here is what I’m doing
In the spawning processes
and in the pawn. InputAction join is “Enter” on the keyboard and “Start” on controller
and here is a video to show that even when I press enter it does not print the string
I have no idea what is happening since I haven’t touched any of those blueprints for about a month, and it worked before. The other weird thing is that if I use a different pawn in spawning it also doesn’t receive input even if I create a new map the result is the same.
Thanks for your help in advance.