Infinite loop detected in widget blueprint

Hi, i’m trying to write in the main menu of my game the game version, but the blueprint i created it’s making an infinite loop. Can you help me out?



Delete the green node. You are calling the same function from within the function.

1 Like

Thank you very much! Now i get it. Thanks!