UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
dtOffMeshLinkCreateParams Struct Reference

#include <DetourNavMeshBuilder.h>

Public Attributes

dtReal vertsA0 [3]
 Off-mesh connection vertices (point-point = A0 <> B0, segment-segment = A0-A1 <> B0-B1 ) [Unit: wu].
 
dtReal vertsA1 [3]
 
dtReal vertsB0 [3]
 
dtReal vertsB1 [3]
 
dtReal snapRadius
 Off-mesh connection radii. [Unit: wu].
 
dtReal snapHeight
 Off-mesh connection height, less than 0 = use step height [Unit: wu].
 
unsigned long long int userID
 The user defined ids of the off-mesh connection.
 
unsigned short polyFlag
 User defined flags assigned to the polys of off-mesh connections.
 
unsigned char area
 User defined area ids assigned to the off-mesh connections.
 
unsigned char type
 Off-mesh connection type (point to point, segment to segment, bidirectional)
 

Member Data Documentation

◆ area

unsigned char dtOffMeshLinkCreateParams::area

User defined area ids assigned to the off-mesh connections.

◆ polyFlag

unsigned short dtOffMeshLinkCreateParams::polyFlag

User defined flags assigned to the polys of off-mesh connections.

◆ snapHeight

dtReal dtOffMeshLinkCreateParams::snapHeight

Off-mesh connection height, less than 0 = use step height [Unit: wu].

◆ snapRadius

dtReal dtOffMeshLinkCreateParams::snapRadius

Off-mesh connection radii. [Unit: wu].

◆ type

unsigned char dtOffMeshLinkCreateParams::type

Off-mesh connection type (point to point, segment to segment, bidirectional)

◆ userID

unsigned long long int dtOffMeshLinkCreateParams::userID

The user defined ids of the off-mesh connection.

◆ vertsA0

dtReal dtOffMeshLinkCreateParams::vertsA0[3]

Off-mesh connection vertices (point-point = A0 <> B0, segment-segment = A0-A1 <> B0-B1 ) [Unit: wu].

◆ vertsA1

dtReal dtOffMeshLinkCreateParams::vertsA1[3]

◆ vertsB0

dtReal dtOffMeshLinkCreateParams::vertsB0[3]

◆ vertsB1

dtReal dtOffMeshLinkCreateParams::vertsB1[3]

The documentation for this struct was generated from the following file: