Summary
Recently I discovered a major bug that stopped all progress in my game, before it was working fine, but as of latest patch if I playtest my game there will be around 40 second delay before ESC button will work.
If I press ESC it will freeze the camera and the code that should be running doesn’t work, clicking M will fix the camera, but if I wait 40 seconds the code that should be working runs and ESC works so I can endgame.
It is a very strange bug, only on the UEFN Discord I’ve seen a few encounter ESC key not working and the camera freezing. If I disable both of my verse classes ESC will work.
I get 0 errors in my verse build, a few times when the code works in brackets in the print it says (Rolling Back)
If I completely disable the OnBegin Functions on both scripts I still can’t press ESC for 40 seconds, only lets me if both verse devices are disabled.
Please select what you are reporting on:
Unreal Editor for Fortnite
What Type of Bug are you experiencing?
Stability
Steps to Reproduce
No idea
Expected Result
I click Launch, it loads up the game, it works like it has been for months.
Observed Result
I click launch, it loads up the game, ESC won’t work and the code that should run will be delayed for 40 seconds and then it will work fine.
Platform(s)
PC
Island Code
2744-3079-0076
Additional Notes
I use to get an error of the same code that worked before fine for months, but I fixed it by moving a function, now the new bug stops me for 40 seconds exactly then the code runs fine.
I have no Sleep() that is 40 seconds long anyway, so I’m not sure what is causing it.