[SOLVED] Rotate HDRI Backdrop yaw and updated lighting does not work ?!

Hello everybody,

oddly trying to rotate one of several HDRI Backdrops via blueprint does only work for X/Y (Roll/Pitch) but not for Z (Yaw). Also rotating the HDRIBackdrop during simulation directly via the transforms in the details panel works fine. Although this only updates the backdrop appearance and not the light being cast onto the meshes this still stumps me.

I started to blindfire at any rotation of the HDRIBackdrop and it´s components :stuck_out_tongue: but wonder what fundamentals I am missing here … Any ideas anyone?

1 Like

If you look inside the HDRI blueprint construction, you’ll see

which contains

So, you can put this in the event graph

To get the lighting right, I suspect you also need ( also seen in construction )

HRDI

1 Like

Thanks for the super quick replie @ClockworkOcean :slight_smile:
The rotation of the HDRi works perfectly fine now, but the recapture part still does not seem to work :thinking: Do you have an idea why the later might be?

1 Like

I would make sure you don’t have another skylight in the level?

1 Like

Just found the solution :
You have to change the Source type of the skylight component of the HDRIBackdrop to “SLS Captured Scene” then it auto updates the lighting of the 3D models in the scene when the actor is rotated.

Thanks @ClockworkOcean for the support anyways as the proper rotation of the HDRI material was the first crucial step :slight_smile:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.