Hi, i am using Sun Position Calculator plugin, and i have setup day & night system where the solar time range 0 - 24. Currently i am creating UI where the solar time can be change by using slider. However right now my slider do update the value but in the game the solar time did not change. Here my current UI blueprint:
does the solar time change when you manually edit it time from it detail panel ?
double check there only 1 instance of the sun actor bp day night in your map.
it also possible you will need an event to trigger the change in time in the solar time.
Yes the solar time is changing when manually adjust on details panel. It probably not working as intended as the BP for the daynight cycle ignore the UI slider?. I will try to create event as you suggested.