Timezone change in Play in Editor mode

Hi,

it seems that timezone can not change in PIE mode. I have made the following BP for my slider widget. All the others are changing fine (time, day, month).

Is there any workaround to make timezone change in PIE mode ?

Best,
D.

Hello,

Try calling UpdateSun on CesiumSunSky after changing the time zone. The node should look like this:

Please let me know if that helps with your problem.

-Alex

1 Like

Yes this fixed the issue. Thanks a lot !
Here is the full solution

1 Like