Odd Controller Issue

I’m having a weird problem with my controller. For some reason whenever I try to use my controller, it won’t work on the level I load first. So if I load my main menu the controller won’t work, but if I use keyboard input to get to the first level, then it’ll work. Likewise if I go straight ahead and play the level without going through the menu, it won’t work unless I return to the menu. I have no idea why this is happening. Maybe it has something to do with the game mode?

Could it be default Pawn or controller is set to something that’s consuming the input before the expected class does, and then next level possesses the pawn uses the controller you expect?

Could it be that you set the game Input mode to UI only in the first level?