#Who is Delta Time
10 messages · Page 1 of 1 (latest)
Depends on how often the executions are being fired
For some platforms it may be higher as they execute less often.
Heres a better way to think of it
Dont think of Update 30hz an 30hz
Think of it as half-tickspeed
Update 30hz does not output on its own, it actually only outputs once every other Cv2 tick
If only we had 60htz event receiver so we could have a Deltatime port with 60htz not using the setup 
30hz > 0 second delay > custom delta or (30hz delta / 2)
Because its the time between executions
I wouldn't rely on /2 in case there is a lag spike
@south crane why is it not .033 on the screen, did they make it better to have actual delta time?