I have an explosion effect that I made using Niagara and 3D fluids. I am triggering it 100,000 units away from the player, but it is not visible.
If I trigger it close to the camera, I can see the explosion, which leads me to believe that the particles are being culled.
Is there anything I can do to keep this from happening?
This issue is not reproducible with 2D fluid simulation.
I have tried checking the ‘Never distance cull’ option, unchecking ‘Allow cull distance volume’, and setting the ‘Desired Max Draw Distance’ to 200,000, but nothing seems to be working.
Any help is appreciated.