How to put Nav mesh in an endless runner?

my problem is that i want AI to come running towards the character in an endless runner!(like in subways surfers the train).My problem is that i do not know how to put a nav mesh in the blueprints because my blueprint is the floor tile which is spawning in the endless runner.i made a blueprint for AI. And the AI is a police car .i have set it up to move towards the player but since there is no nav mesh.the AI car is not moving towards the character.any help for fix would save my life because this project must be submitter before the deadline which is close

The Nav Mesh is something that you place in the level, it’s called a Navigation Mesh Bounds Volume and can be found in the classes browser. Also, if it’s an endless runner, unless you have full control of your characters movement do you need AI like this? If the character is constantly moving forward it would give the illusion of the car moving towards you.

God Speed, I have a deadline in for tomorrow!

yes.i dont understand by the word full control of my character.but i pretty much have control over him.and the problem is it doesn’t give illusion of the AI moving towards!is there a way to make the AI moving towards you?

yes.i dont understand by the word full control of my character.but i pretty much have control over him.and the problem is it doesn’t give illusion of the AI moving towards!is there a way to make the AI moving towards you?

yes.i dont understand by the word full control of my character.but i pretty much have control over him.and the problem is it doesn’t give illusion of the AI moving towards!is there a way to make the AI moving towards you?

Well firstly, just watch this: Basics of AI | Live Training | Unreal Engine - YouTube

It’s epic’s tutorial on creating basic AI, and after that you want to basically have the AI find the player, and move towards them. If you watch the tutorial something this simple can either be done in the AI Controllers blueprint or in a Behaviour tree.

I have the Same Problem … How i Can Add the Nav Mesh in BluePrint… Help me Plz