Hi there
I was wondering why my AI would ignore actors with the above mentioned function enabled? I’ve been making an RTS/Survival game for quite some time now (my first project). My AI works fine and they attack their NPC enemies without any problem, but as soon as they should target “Buildings”, they will only do so if “Can ever affect Navigation” is disabled. The problem is I need it to be active so that Friendly/Enemy NPCs won’t try to walk through buildings.
In this image “Can ever affect Navigation” is enabled, but the enemy won’t move towards the wall, even though it recognizes it as an enemy. The AI just stands there looking at it.
As soon as I disable “Can ever affect Navigation”, the AI continues to attack the wall as I want it to. The problem here is that my friendly NPCs will try to defend the wall, but they try yo walk through it.
In conclusion, is there anyway to have my AI walk towards and attack an Actor Blueprint (such as the wall in the screenshot) while “Can ever affect Navigation” is enabled, or is there another work around?