I’m trying to get the position (x,y,z values) of my particle in a scratchpad. I’ve tried using all the position attributes (“PARTICLES” Position, “ENGINE” “EMITTER” SimulationPosition, “INPUT” Position) but they all seem to return 0.
Anyone that could help me out? Thank you in advance!
So the correct attribute to get from your map in scratchpad is Particles.Position
It is possible that it returns zero if the particles are at the local or world origin (depending on the emitter space)
I don’t think I’ve seen it return zero in any other case.
You can use the Niagara Debugger with a particle visualiser set to Position to have it draw labels of the position value next to the particles.