IAnimationGraphTargetPointVerifier

C++
struct IAnimationGraphTargetPointVerifier {
};
File

IAnimationGraph.h

IAnimationGraphTargetPointVerifier::~IAnimationGraphTargetPointVerifier Destructor
C++
IAnimationGraphTargetPointVerifier::CanTargetPointBeReached Method
C++
virtual ETriState CanTargetPointBeReached(class CTargetPointRequest & request) const = 0;
Description

Returns true if the path can be modified to use request.targetPoint, and byproducts of the test are cached in request.

IAnimationGraphTargetPointVerifier::NotifyAllPointsNotReachable Method
C++
virtual void NotifyAllPointsNotReachable() = 0;
IAnimationGraphTargetPointVerifier::NotifyFinishPoint Method
C++
virtual void NotifyFinishPoint(const Vec3& pt) = 0;
IAnimationGraphTargetPointVerifier::UseTargetPointRequest Method
C++
virtual bool UseTargetPointRequest(const class CTargetPointRequest & request) = 0;
Description

Returns true if the request is still valid/can be used, false otherwise.