Spawn actor on spline at equal distance or on spline point?

Hello
Right now i m making endless runner and i already created blueprints of my tile which will spawn endlessly as character run forward.
Question
Is there any way to spawn coins (any object) on spline at equal distance or on points of spline ?

I already tried to spawn coins along spline using forloop node and add child actor node and it did spawn but it always starts at 0,0,0 location of my tile blue print.

Found the solution

I might have to work little more as my game required but it might help someone who is also looking for same question. It is easy and simple.