Hello,
Using UPathFollowingComponent I am able to utilize Unreals pathfinding in C++, however I can not find anywhere how to get the actual path distance.
For example, an enemy should not chase the hero if the path is longer than 2000 units (Not the distance to the hero, but the actual path taken).
Any idea how to get the path distance?
Thanks