dtNavMesh::getTileByRef

Gets the tile for the specified tile 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

const dtMeshTile * getTileByRef
(
    dtTileRef ref
) const

Remarks

Gets the tile for the specified tile reference.

Returns

The tile for the specified reference, or null if the reference is invalid.

Parameters

Parameter

Description

ref

The tile reference of the tile to retrieve.

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