In a most basic scenario:
every tick
Object bullet set speed to MyVariable
Pushing it fancy:
System, compare 2 values
object.bullet.speed is not equal to MyVariable
action: object bullet set speed = MyVariable
Then it does not get set every tick, and if you change the MyVariable, it will update the speed.