how to create simple ai with blueprint

hi I would like to know how to create a simple ai with blueprint for example the ai would have to walk into a building,how can I do that with blueprint
thanks in advance

Create a Navmesh, then use a simple MoveTo instruction. Check the navmesh example in the Content Examples.
For more complex behaviour use behaviour trees.

Take a look at this tutorial: ://www.youtube/watchKDazrBx6IY :slight_smile: