Navigation
Unreal Engine C++ API Reference > Runtime > Navmesh > Detour > dtNavMeshQuery
References
Module | Navmesh |
Header | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h |
Include | #include "Detour/DetourNavMeshQuery.h" |
Source | /Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMeshQuery.cpp |
bool isInClosedList
&40;
dtPolyRef ref
&41; const
Remarks
Returns true if the polygon reference is in the closed list.
The closed list is the list of polygons that were fully evaluated during the last navigation graph search. (A* or Dijkstra) True if the polygon is in closed list.
Parameters
Name | Description |
---|---|
ref | The reference id of the polygon to check. |