EPathFollowingReachMode

Windows
MacOS
Linux

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss