Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | EPathFollowingReachMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/AIModule/Classes/Navigation/PathFollowingComponent.h |
| Include Path | #include "Navigation/PathFollowingComponent.h" |
Syntax
enum EPathFollowingReachMode
{
ExactLocation,
OverlapAgent,
OverlapGoal,
OverlapAgentAndGoal,
}
Values
| Name | Remarks |
|---|---|
| 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 |