Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/NavMesh > API/Runtime/NavigationSystem/NavMesh/FNavMeshPath
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 |
FVector::FReal GetPathCorridorLength
&40;
const int32 StartingEdge
&41; 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