Infinite loop


Every time I try to play, it says “Infinite loop detected. Blueprint: WBP_LPSP_Spawn Function: Try Load Spawn Settings Call Stack: Show” and I really need help on how to fix it.

Hi @revelicatealt ,

Based on the provided screenshot, the infinite loop is likely happening in the Try Load Spawn Settings function. Maybe check the condition there for the loop exit?

Might even be worth adding a loop counter to limit iteration just for the testing and therefore prevent infinite runs.