Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/Navigation > API/Runtime/AIModule/Navigation/UPathFollowingComponent
| Type | Name | Description | |
|---|---|---|---|
| bool | HasReached
(
const FAIMoveRequest& MoveRequest |
Simple test for stationary agent (used as early finish condition), check if reached target specified in move request | |
| bool | HasReached
(
const FVector& TestPoint, |
Simple test for stationary agent (used as early finish condition), check if reached given point | |
| bool | HasReached
(
const AActor& TestGoal, |
Simple test for stationary agent (used as early finish condition), check if reached given goal |