UE4 infinite loop

As you know UE has lots of bugs, It crashes almost every hour using it. I thought that maybe if I will add try catch to the infinite loop it will never crash. When it is should crash it will jump to the catch and start the loop again. The problem is that I can not find the infinite loop of UE. Where can I find it?

Hey -

I’m not sure what you mean by infinite loop. Running into an infinite loop is generally a bad thing since there is no way to exit out of the loop. Being stuck in an infinite loop is generally what leads to crashes due to resources being used up or memory leaks. If you are having issues with crashes feel free to create a post describing what the crash is and what you were doing when the crash occurred. Extra information such as the callstack and log files from the crash also help identify the cause.

Cheers