What is the correct way to implement an infinite loop in Blueprints without freezing the editor?
-
A
Use a Looping Timeline or Set Timer by Event so execution yields each iteration
-
B
Connect the Completed pin of a For Loop back to its input
-
C
Use a While True macro with a Delay node inside
-
D
Use a recursive function with no base case