Widget step() call rate?

Can anyone tell me at what rate a Widget step() routine is called? I have been assuming it is called at the graphics frame rate. But maybe it is at the engine sample rate? or … ?

It is the frame rate, but it is not constant. Depending on the screen content and the graphics hardware it can decrease quite much.

1 Like

Thanks - that is what I expected, but never saw documented. I just wanted to confirm.