I’m working on an open world map and using Navigation Invokers to generate navigation only around the AI character.
Problem is, when the AI is ordered to move to waypoint, it fails to move because the waypoint is out of the Invoker’s generation range.
Is there any workaround for this? If the AI can start moving, it should be able to set path for the waypoint once the waypoint is within the Invoker’s generation radius.