Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/Navigation > API/Runtime/AIModule/Navigation/UPathFollowingComponent
Syntax
uint8 bMoveToGoalClampedToNavigation: 1
Remarks
Whether to clamp the goal location to reachable navigation data when trying to track the goal actor (Only used when bMoveToGoalOnLastSegment is true) False: (default) while following the last segment, the path is allowed to adjust through obstacles and off navigation data without checks. True: the last segment's destination will be clamped at the furthest reachable location towards the goal actor.