Game Won't Allow Character Movement After Loading From Main Menu

It’s basically all there in the title. I have a first-person project and the main menu and game itself work fine individually, but when I use the main menu to start the game the game will load, but the character can’t be moved; the character’s view articulation and everything else seem to all be working normally. Strange thing is it was working before. Unsure what I touched on accident that would have caused this. Ideas?

Seems that the problem must have something to do with that. I set up a Set Input Mode Game Only function off the Event BeginPlay executable on my world’s level BP and got control back. Could have sworn that wasn’t something I had set up before when it was working, but who am I to question results? Thanks for the idea.

Have you passed input back to the character?