If you’re using Behavior Tree task “Move To” all you have to do is to sent AI to an actor rather then actor’s location (a Vector
). Just make sure the blackboard entry you’re sending your AI to is of type Object
and points to an actor instance (player pawn is an actor).
Cheers,
–mieszko