Control update and AppState up call frequency

Hi ,

i read from documentation that if i want to build a custom control i have to implement

the update method but not call it directly from the code, now this method as a time parameter in input,

i don’t understand if the engine is calling this method automatically which time is passing in

and which is the call frequency of this method.

Then best read the tutorials about the update loop again.

Thank you Normen ,

i am taking a better look now,

i was missing some information related to the tick per frame.