Camera view changes by itself when idle for about 5 minutes, why?

I had the same issue with one project, try this:

In GameMode set DefaultPawn Class to “None”

If you have a Default Pawn Class set and you do not spawn/use it unreal will spawn it after some times

PS: this fix works only if you don’t need of DefaultPawnClass obv, if you need it you should check if spawns correctly

let me know if works

2 Likes