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