Hi,
We are working on setting up and rendering camera motion to an environment we created on Unreal Engine 5.
Our scene is foliage-heavy, and there is foliage in/as the background. So, from camera view, the foliage isn't visible - only when we go close to it, it becomes visible.
To fix that, we also put 'foliage.MaxTrianglestoRender 50000000000000' and 'foliage.ForceLOD 0' and it isn't rendering a single frame - GPU crashes right when put to render. Our GPU is Nvidia GeForce RTX 4090 on one system and Nvidia GeForce RTX 3090.
Please tell us what is the best way forward to render a foliage-heavy sequencer.
Ps. We tried breaking our sequencer into parts and that crashed too.