Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/dtNavMesh
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
dtLink & getLink
(
dtMeshTile* tile, |
Helper for accessing links. | Detour/DetourNavMesh.h | |
const dtLink & getLink
(
const dtMeshTile* tile, |
Detour/DetourNavMesh.h |
getLink(dtMeshTile *, unsigned int)
Description
Helper for accessing links.
| Name | getLink |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h |
| Include Path | #include "Detour/DetourNavMesh.h" |
dtLink & getLink
(
dtMeshTile * tile,
unsigned int linkIdx
)
getLink(const dtMeshTile *, unsigned int)
| Name | getLink |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h |
| Include Path | #include "Detour/DetourNavMesh.h" |
const dtLink & getLink
(
const dtMeshTile * tile,
unsigned int linkIdx
) const