Navigation
API > API/Runtime > API/Runtime/Navmesh
Defines a link between polygons.
This structure is rarely if ever used by the end user.
| Name | dtLink |
| Type | struct |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h |
| Include Path | #include "Detour/DetourNavMesh.h" |
Syntax
struct dtLink
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bmax | unsigned char | If a boundary link, defines the maximum sub-edge area. | Detour/DetourNavMesh.h | |
| bmin | unsigned char | If a boundary link, defines the minimum sub-edge area. | Detour/DetourNavMesh.h | |
| edge | unsigned char | Index of the polygon edge that owns this link. | Detour/DetourNavMesh.h | |
| next | unsigned int | Index of the next link. | Detour/DetourNavMesh.h | |
| ref | dtPolyRef | Neighbour reference. (The neighbor that is linked to.) | Detour/DetourNavMesh.h | |
| side | unsigned char | If a boundary link, defines on which side the link is. | Detour/DetourNavMesh.h |