Is Neighbor3dGrid.SetNumCells just broken on UE4.27.2 ??

Hi all,

I believe Neighbor3dGrid.SetNumCells just doesn’t work with UE4.27.2; I tested Context Examples for both UE4.27 and UE5.1, and try to update Neighbor3d’s XYZ cell number on the same example (through the UI or through custom module), UE4 completely ignores my change, while UE5 updates properly.

For example: both screenshots use 4,4,4 as num of cells, you can see UE5 properly subdivide the space into 4x4x4 voxels, while UE4 basically ignores it (still 2x2x2).

UE5

Screenshot 2022-12-19 183502
Screenshot 2022-12-19 183450

UE4

Screenshot 2022-12-19 183607
Screenshot 2022-12-19 183542

Can I assume UE4 SetNumCells node and its UI is just broken in 4.27? I haven’t been able to set the number of cells I wanted, even though I have read successful attempts as of 4.25 and 4.26:

Also this is my third question on here related to niagara, so far none of my questions were answered; my guess is very few people are actually using these niagara simulation stages, but I am, so hoping for an official answer at some point.

Screenshot 2022-12-20 102252

Found my answer: make sure you checkout Set Resolution Method in deprecated parameter list, it DEFAULTS to Cell Size which also is a deprecated parameter.