dtNavMeshQuery::isInClosedList

Returns true if the polygon reference is in the closed list.

Windows
MacOS
Linux

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

Syntax

bool isInClosedList
(
    dtPolyRef ref
) 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)

Returns

True if the polygon is in closed list.

Parameters

Parameter

Description

ref

The reference id of the polygon to check.

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