Niagara Fluids does not interacting or colliding with anything (UE 5.3)

In Unreal Engine 5, I tried using Niagara fluids and for some reason, it is not colliding with any of my static meshes or skeletal meshes even though I have added the ‘Collider’ tag on them. Then I found out the reason for this was my simulation’s ‘WorldSpaceSize’ bounds were below 0 on the Z-axis.

How to recreate the issue:
Move your Niagara Fluids simulation’s WorldSpaceSize bounds below 0 on the Z-axis.

  1. Side view

  2. Simulation view

How to solve the issue:
Move your Niagara Fluids simulation’s WorldSpaceSize bounds above 0 on the Z-axis. Or just make sure the bounds are not going below 0 on the Z-axis when resizing.

  1. Side view

  2. Simulation view

I came across this issue in Unreal Engine version 5.3, this could be happening in the previous versions of Unreal Engine as well. I didn’t check though.

Hope this helps someone. Good luck!

2 Likes

Thank you! This saved me a lot of time.

My WorldSpaceSize bounds are above 0 on the Z-axis but nothing with the “collider” tag is interacting with the fluid system. Can you please help :pray:

1 Like