Dumb question on Sequences + Timelines

In this blueprint, the PrintString “DUMB QUESTION” node will be executed after Timeline finishes its animation or at once, after Timeline worked on Tick 0?

The print string will not wait for the timeline to finish - print will execute in the same tick as the TL start.

The TL does have the Finished pin that will fire once it has reached its length (unless it’s looping but it is not here).

Ok, thank you @Everynone, that was what I was guessing.

1 Like