Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/dtNavMeshQuery
Description
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)
| Name | isInClosedList |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h |
| Include Path | #include "Detour/DetourNavMeshQuery.h" |
| Source | /Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMeshQuery.cpp |
bool isInClosedList
(
dtPolyRef ref
) const
True if the polygon is in closed list.
Parameters
| Name | Remarks |
|---|---|
| ref | The reference id of the polygon to check. |