Help with orienting Niagara Mesh Renderer towards a point / location?

Okay, finally got this one. So you get the direction vector from the particle position to the target location (in this case {0,0,0}), and use the cross product of that and the world up axis with Make Quaternion from X and Z Vectors.