dtNavMesh::getTileAndPolyByRef

Gets the tile and polygon for the specified polygon reference.

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Detour/DetourNavMesh.h"

Source

/Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMesh.cpp

Syntax

dtStatus getTileAndPolyByRef
(
    const dtPolyRef ref,
    const dtMeshTile ** tile,
    const dtPoly ** poly
) const

Remarks

Gets the tile and polygon for the specified polygon reference.

Returns

The status flags for the operation.

Parameters

Parameter

Description

ref

The reference for the a polygon.

tile

The tile containing the polygon.

poly

The polygon.

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