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" |
bool wasClusterLinkSearched
&40;
dtPolyRef cFrom,
dtPolyRef cTo
&41; const
Remarks
Returns true if the cluster link was used in previous search. True if the cluster link was searched.
Parameters
Name | Description |
---|---|
cFrom | The reference id of the start cluster. |
cto | The reference id of the end cluster. |