Get Sun to Follow Directional Light During Day/Night Cycle.

Ok, so i have tried to figure this out a bit more and think i have something… the directional light cycles and you can see it with lighting changes… however the actual sun on the sky sphere doesnt move. When i hover over the 'Directional Light actor ’ property on the sky sphere, it says a description but i cant tell whether it will work… Anyone have any ideas on how to move the sun in the sky to follow the directional light?

Thanks, any more help would help.

Heres some pictures if it helps.

Screenshot - afaba085a5bf3875cf0b38de842dd239 - Gyazo Screenshot - ace2e7316eae37e69df8c047926f6a4a - Gyazo Screenshot - a037b34c552043df9a3b467b15a92a53 - Gyazo

I am currently looking into this as I have done the sun already moving across the sky the new thing to notice is that the skysphere is actually a blueprint and not just a sphere.

I am writing a tutorial and video which you can follow I want to make it complete with possibly using their skyblueprint example.

So the current point now is to either adjust the blue print or put a static mesh in place of it with a sky material you will find that if you delete the BP_Sky_sphere from the level you should see your light moving.

Ok if you are working in a level blueprint all you need to do is place a reference to the skysphere in there and then wire off it and there should be a UPDATE SUN DIRECTION

I just got it updating with a simple custom Day/Night BP. You just attach your Direct Light (Set to Movable) and BP Sky Sphere to the two varibles and drop it into your level and boom, updating shadows w/ moving sun along with the nice sky sphere.


Hope that works for ya!

Thank you very much !

Thanks, especially for the pictures of it… it works well, the only thing i dont have is the ‘SET’ node… as i cant quite figure out where it is… but it still works and is GREAT. Thanks alot!

The set comes from dragging off the sun var and then typing set in the search box that pops up. If need be I can create a tiny little video tutorial. Also, I created a forum thread on it. I’ll likely try and update it to make it a bit more drag and drop and even try to get it to update a skylight AO.

Forum Link:

Nice spoiler.

I had this completed but took it further with the tutorial I have written so that you can see step by step what is going on and also give you more control over the scene.
Hope you understand the concept of what Nbazzeghin has setup and glad you are all set.

Very Cool! I cant wait to see what you’ve come up with. The BP system is awesome.