How can I edit the path that tells an AI character where to move?

I can suggest deriving a class from PathFollowingComponent and overriding RequestMove and UpdateMove. In those functions you can post-process new path before passing it over to the super call.

Let me know if you run into issues while trying this out.

Cheers,

–mieszko

1 Like