FNavMeshPath::GeneratePathCorridorEdges

It's only const to be callable in const environment.

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

const TArray< FNavigationPortalEdge > & GeneratePathCorridorEdges() const

Remarks

It's only const to be callable in const environment. It's not supposed to be called directly externally anyway, just as part of retrieving corridor on demand or generating it in internal processes. It fills a mutable array.

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