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