Course: Unreal Multiplayer Master: Video Game Dev In C++ Course
Section: Menu System - Polishing Our Game
Lesson: Solution: Injecting Dependencies
So, I got all the code working per the course/lesson and when I click host the game executes the ServerTransfer() to the puzzle level as expected. The problem I seem to have is that the input controls to move the character aren’t working any more. I tried restarting UE4,tried restarting VS 2019, even restarted the computer. I know the controls used to work before the menu implementations when we were Section of of the course.