I aim to make a pawn follow another one, but when the follower reaches the position of the chased one, it does not stop but continues moving. So I made a custom BTTask MoveTo in C++, but how should I proceed further?
I aim to make a pawn follow another one, but when the follower reaches the position of the chased one, it does not stop but continues moving. So I made a custom BTTask MoveTo in C++, but how should I proceed further?