Fleepath into Vector3?

hi im curious is it possible to get fleepath destination and convert it to vector3 ?
so i can use aipath.destination = vector3 from fleepath,
instead using aipath.setpath(path);

Hi

You can get the last point of the flee path using

var lastPoint = fleePath.vectorPath[fleePath.vectorPath.Count - 1];