Help with spawning actors

I want to spawn actors randomly in front of my ship that is going forward in a constant speed, it’s a sidescroller.

I want to spawn collision objects and pick ups. I have tried using a vector+vector node to start off from my ships location then plussing a value to give the spawn location a new place, but it doesn’t work.