struct IAnimationGraphTargetPointVerifier { };
IAnimationGraph.h
virtual ~IAnimationGraphTargetPointVerifier();
virtual ETriState CanTargetPointBeReached(class CTargetPointRequest & request) const = 0;
Returns true if the path can be modified to use request.targetPoint, and byproducts of the test are cached in request.
virtual void NotifyAllPointsNotReachable() = 0;
virtual void NotifyFinishPoint(const Vec3& pt) = 0;
virtual bool UseTargetPointRequest(const class CTargetPointRequest & request) = 0;
Returns true if the request is still valid/can be used, false otherwise.