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
UE4
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.