AI not respecting navmesh in UE 4.11

Hi. I have recently updated my project from UE 4.10 to 4.11. In my game, the character is followed by an enemy AI. When it is near it, it plays atack animation and the character falls, and the game restarts. Now, when the enemy sees my character, it goes towards it. If my character goes near a fire, there is no navmesh in there, so the AI considers that he doesn’t see my character anymore (in AI Move to node- On fail execution line triggers), so he finds another random point in the map to go. In UE 4.10, this worked well. In UE 4.11, it doesn’t work anymore. The enemy ignores the fact that there is no navmesh around the fire, so he goes towards my character, altough it wasn’t supposed to.

The fire blueprint has a NavModifier component, with Area Class set to NavArea_Null. Also, it also contains a big cylinder around all other components, that has collision preset set to overlap all. How to solve this problem ? Is this a bug or some AI system changes that require a different workflow ?

Here is my AI Blueprint

http://s23.postimg.org/tjdb667wr/ainavbug2.jpg

Also, here is an overview of the map with navmesh

http://s9.postimg.org/ukshdd1z3/ainavbug1.jpg

I have attached the blueprint picture again because of bad quality.

Hello,

  • Are your events still firing as they were in 4.10?
  • Have you checked the blueprints containing the nav modifiers to ensure that none of the settings were changed during the upgrade?
  • Just to clarify, the issue you are reporting is that the AI is not respecting the Nav Modifier volume, correct?

Yes, it is not respecting it, as long he follows the character. I have noticed that normally, when the the character is inside a Nav modifier volume (besides a fire), altough the AI sees it, he doesn’t follow it. So far, so good. If the character is outside a nav modifier volume and the AI sees it, he starts to follow it, as expected. However, while being followed, if the character enters a nav modifier volume, the AI ignores the volume, and goes for the character.

I’m not sure if they’re still firing as in 4.10, since because of low storage, I had to uninstall 4.10.

I don’t remember seeing anything different, except the fact that the navmesh looked like that:

http://s18.postimg.org/ak8cynvjd/navmodifier2.jpg

So I had to delete the blueprints in the scene and put them again from content browser, in order for the restricted area to be square.

After you replaced the blueprints, were they still not functioning properly?

Have you been able to reproduce any inconsistencies with the NavMesh in a clean 4.11 project that hasn’t been converted? I’ve performed some tests on my end, and I have not had any issues at this time.

Hello,

I am marking this topic as resolved for tracking purposes, as we have not heard from you in a few days. If this issue persists, feel free to respond to this thread. For any new issues, please create a new Answerhub topic.

Have a great day