Why Unreal Engine not responding?

Hello everyone, my Unreal Engine process is not responding but my CPU, RAM and GPU is not full at all.


I am currently executing a python script with Unreal Blueprint. Whenever I construct a widget, it will run this script:
ping.py (242 Bytes)
Anyone know how to solve this problem?

Your script is running forever. Since it never ends, Unreal will never finish running it, and therefore will ignore all other messages.

1 Like