The point is that you need to unlock the spawning actor so that you have access to the camera. You basically need to have the actor spawn at touch1x+camera.originX and touch1y + camera.originY
The link above shows you how to access the camera info so that you can do this.
Comments
you need to take the camera origin into account
The link above shows you how to access the camera info so that you can do this.