Make the vehicle follow a predefined path

I’m using the Simple Vehicle Template and I’m trying to force it to stay on a predefined path (spline). I don’t need steering, just forward and backward.

I’ve been trying to implement this tutorial, but it’s not working. It did work for the First Person Template, though.

Any ideas?

Hi
Not sure if Splines works without landscapes, so, here is something for you to check: Landscape Splines | Unreal Engine Documentation

Also try Cast to the vehicle and get player reference, i’m building a racing game and some of the tutorials im doing are in first person, i use that to get around referencing my character and it seems to work about 90% of the time