I am trying to generate Particles inside a mesh in Niagara, like this official tutorial mentioned at 41:53 https://youtu.be/31GXFW-MgQk?si=T9BZOmSiuNsTJm5j&t=2513
I know I need to query Mesh Distance Field in Niagara, but the result is just not Valid. Partciels are red which means the Query Distance Field always returns IsValid = false.
Could someone give me a hint about how to correctly sample Mesh Distance Field in Niagara? Thank you in advance.
My Project Settings:
-
Generate Mesh Distance Field is On
-
Niagara - Allow Distance Fields is On
-
Niagara System is running on GPU
-
Mesh Distance Preview is like this, and soft shadowing works.