Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/Navigation
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/Navigation/PathFollowingComponent.h |
| Include | #include "Navigation/PathFollowingComponent.h" |
Syntax
enum EPathFollowingReachMode
{
ExactLocation,
OverlapAgent,
OverlapGoal,
OverlapAgentAndGoal,
}
Values
| Name | Description |
|---|---|
| ExactLocation | Reach test uses only AcceptanceRadius |
| OverlapAgent | Reach test uses AcceptanceRadius increased by modified agent radius |
| OverlapGoal | Reach test uses AcceptanceRadius increased by goal actor radius |
| OverlapAgentAndGoal | Reach test uses AcceptanceRadius increased by modified agent radius AND goal actor radius |