Hey there,
I am trying to get the default BP_Sky_Sphere blueprint to refresh its material automatically every x seconds (the Directional Light is moved via C++ code) without having to click on “Refresh Material” everytime I moved my light.
Since I am not familar with Blueprints, would anyone be so nice to tell me, how to edit the Refresh Material function of the BP_Sky_Sphere to add something like a tick which makes it update automatically every x seconds (the time I set the tick to)?
As you can see here Imgur: The magic of the Internet I already checked the “Update Material” box as well as I set the tick intervall to 1 sec but still the Sky doesn’t change if the Directional Light is rotated.
Thanks in advance!