dtNavMeshQuery::wasClusterLinkSearched

Returns true if the cluster link was used in previous search.

Windows
MacOS
Linux

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h

Include

#include "Detour/DetourNavMeshQuery.h"

Syntax

bool wasClusterLinkSearched
(
    dtPolyRef cFrom,
    dtPolyRef cTo
) const

Remarks

Returns true if the cluster link was used in previous search.

Returns

True if the cluster link was searched.

Parameters

Parameter

Description

cFrom

The reference id of the start cluster.

cto

The reference id of the end cluster.

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