Transferred code from Level BP to Third Person Game Mode....now controller has no input..why?

After hitting many roadblocks with the level BP and the lack of ability to get variables from level BP, I tried using the third person game mode (as I heard you can easily access variables from it). When I hit play my widgets are displaying properly, but now my controller or keyboard input does not work. What am I missing here? Thanks.

You can’t have input events in the GameMode.

Ok I got what I was after, I made an actor BP, dragged it into the level (didn’t set a mesh or anything), recoded in it and it works.

One thing that I had forgot to do was use a set input node, it worked fine after that.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.