dtLink

Defines a link between polygons. @note This structure is rarely if ever used by the end user.

Windows
MacOS
Linux

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. @note This structure is rarely if ever used by the end user.

Variables

Name Description

Public variable

unsigned char

 

bmax

If a boundary link, defines the maximum sub-edge area.

Public variable

unsigned char

 

bmin

If a boundary link, defines the minimum sub-edge area.

Public variable

unsigned char

 

edge

Index of the polygon edge that owns this link.

Public variable

unsigned int

 

next

Index of the next link.

Public variable

dtPolyRef

 

ref

Neighbour reference. (The neighbor that is linked to.)

Public variable

unsigned char

 

side

If a boundary link, defines on which side the link is.

See Also

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