Keep loosing(?) playercontroller

I’m compiling from Visual Studio. I fixed my bug loop above though by pressing the compile button from the editor next load.

Since then I have been still experiencing intermittent times when I PIE and none of the playercontroller code executes. I’ve tried compiling with the editor button and doesn’t change anything.

I’ve also checked and double checked my gamemode and world settings when this happens. Here are the events:

  • Start up Visual Studio (.sln file launch) then start up editor (or other way around).
  • Mess with code/compile
  • PIE
  • Mess with code/compile
  • PIE
  • Mess with code/compile
  • PIE ---- Now nothing from playercontroller shows up in editor (just blank screen because level is blank)
  • Close Editor/Re-open
  • Compile again
  • PIE works now
  • repeat

Sometimes it takes multiple restarts or shutting down both visual studio and editor for it to start working again.