Spawn an item in local space relative to another item or mesh.

Hello everyone, Please tell me how I can make objects or the Niagara system spawn r to the alone another mesh?. I made the first spawn point relative to the camera to the right by (for example) 500 units. Then I need the next particle system or Mesh to spawn along its X axis or - X relative to its local coordinates another mesh spawn.(Sorry for my english)

How spawn mesh or niagara alone another mesh? Video.

Right Vector times positive value will move particle to the right, negative move to left.
If want move front, change get right vector to get forward vector

1 Like

Thank you very much! I tried your code and it works! Without your knowledge I would have solved this problem for a long time, Thank you!