How to add the spline mesh along the spline in blueprint

Spline points have arrive / leave tangents that can be adjusted manually:

Image from Gyazo

So you can either adjust these manually:

Or write script that overrides the default curve behaviour.

Other than that, there might be something going on with the way tangents are applied to the spline mesh but we can’t tell since there’s no screenshots / explanation…

At a glance, it seems the tangents are not applied, normally you approach it like so:

I was able to make a road using spline mesh in blueprint by adding meshes between the points on pline. But when adding the mesh it was not along the spline as in the image below. How can I add that along the spine mesh.

Hi thanks a lot I was able solve this using the tangents value as you have told and now it is drawn correctly.