I am looking for a way to find the closest character to a target actor on the path of the navigation system, i.e I don’t want to use the “GetDistanceTo” method because character may be closer to the target in distance but not on the path. And I can’t either use the “GetCurrentPathIndex” method because characters may be on the same path index.