Simple Vehicle AI

Hello Everyone.
I’m trying to create a simple AI car (based on the Sedan asset) using the pawn perception to make it follow my own vehicle. it recognizes my vehicle, but it won’t move, just stands there looking at me. anyone knows why?

Have you added the navigation mesh?

You have to create your own vehicle AI since there isnt a built-in navigation system for vehicles yet.

You can use the sample project provided here as a starting point.

surely I did… but still, no luck XP

I see… so this kind of blueprint only works for characters… well, that’s inconvenient…
Anyway Thanks for help! i much appreciate it!

There is no need for navigation mesh as far as vehicle ai goes, you need to direct vehicle toward direction of destination and have it steer in the direction of the next destination. Splines are probably the easiest. Otherwise if your willing to get your hands dirty you can write a neural network so that your ai can learn how to maneuver thru out the entire level. Kinda like this True Vehicle Ai GTA5 style