Timeline executes "update" at a frame dependent pace

The timeline is designed to take exactly the right amount of time to run.

If you have a high frame rate, you’ll get a lot of pulses on the execute pin. If you have a low frame rate, you’ll get much less. Because it’s running once per frame.

Even tick only runs once per frame! :slight_smile:

1 Like