Sun and Sky, how to make it track current "now"?

Set timer by event

https://docs.unrealengine.com/en-US/…ent/index.html

Pack all your logic into a function. Initialize the logic by calling the function, then pipe in set timer by event. The custom event executes the function.