Spawning a Static Mesh at a Spline Point!

Hi all,

Within my project I have two splines set up with multiple points, as shown in the image below.

What I would like to do is to take a static mesh and spawn it at the very first spline point, does anyone have any ideas on how I can do this in blueprints?
I have tried multiple ways but so far have been unsuccessful.

I have tried this with a target point purely to test if it is an issue with the static mesh, however spawning with the target point does work correctly.

The image below shows the static mesh I want to spawn at the spline point.

My overall aim is to spawn the mesh at a spline point and have it move along the spline.

Any help would be much appreciated.

Cheers.

This is a good video to watch, its a little out of date as some of the nodes have changed names but still get position at distance etc. are still in there

You would look to get the length of the spline and dived that by how far (%) you want the target to be, then position our spline mesh component at that position and set the static mesh.