Is this an infinite loop?

This is inside a blueprint I made a long time ago. It doesn’t cause any errors, but it seems like it should. Why isn’t this throwing an infinite loop error?

infinite loop error would occur if the timeline and delay weren’t latent functions, so they occur over time, and the rest of the game keeps going around them.

1 Like

Gotcha. Thanks!