dtNavMeshQuery::getPolyCluster

Gets the cluster containing given polygon

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

dtStatus getPolyCluster
(
    dtPolyRef polyRef,
    dtClusterRef & clusterRef
) const

Remarks

Gets the cluster containing given polygon

Returns

The status flags for the query.

Parameters

Parameter

Description

polyRef

The reference id of the polygon.

clusterRef

The reference id of the 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