On Update Node

On Update

Activates each frame. It is used to continuously do something. It is node equivalent to the Always Sensor.

Outputs

Out

True on each frame.

Note

On Update can be expensive depending on the logic attached to it, and should only be used if necessary.