Hello.
I looked all over the internet and here, but I could not find what I am missing.
I am trying to create a simple AI that patrols between two target points. I am trying to do this in Blueprint with AI Move To node.
I tried using Move to Location with the target point’s location and disabled ‘Use Pathfinding’. Moved the logic from the character to the AI controller and made it that from Begin Play on character, to set target points of AI Controller so the AI controller knows where to move the character. It worked. But the moment I turn on ‘Use Pathfinding’ even while inside the NAV mesh, it still aborts…
I am convinced that this is not the most viable solution, but for now - it works as good as I need it to.
get distance to [target point]
if distance = 0
set at location_1 true
branch if @ location_1 true
ai move to [target_point_2]
if false
ai move to [target_point]
Sorry if this makes minimal sense, I do not have Unreal installed on the desktop I am currently using, and as such cannot create an example ¯_(ツ)_/¯