FNavMeshPath::GetPathCorridorLength

Calculates estimated length of path expressed as sequence of navmesh edges.

Windows
MacOS
Linux

References

Module

NavigationSystem

Header

/Engine/Source/Runtime/NavigationSystem/Public/NavMesh/NavMeshPath.h

Include

#include "NavMesh/NavMeshPath.h"

Source

/Engine/Source/Runtime/NavigationSystem/Private/NavMesh/NavMeshPath.cpp

Syntax

float GetPathCorridorLength
(
    const int32 StartingEdge
) const

Remarks

Calculates estimated length of path expressed as sequence of navmesh edges. It basically sums up distances between every subsequent nav edge pair edge middles. Internal use only

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