![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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) | |
User defined area ids assigned to the off-mesh connections.
User defined flags assigned to the polys of off-mesh connections.
| dtReal dtOffMeshLinkCreateParams::snapHeight |
Off-mesh connection height, less than 0 = use step height [Unit: wu].
| dtReal dtOffMeshLinkCreateParams::snapRadius |
Off-mesh connection radii. [Unit: wu].
Off-mesh connection type (point to point, segment to segment, bidirectional)
The user defined ids of the off-mesh connection.
| dtReal dtOffMeshLinkCreateParams::vertsA0[3] |
Off-mesh connection vertices (point-point = A0 <> B0, segment-segment = A0-A1 <> B0-B1 ) [Unit: wu].
| dtReal dtOffMeshLinkCreateParams::vertsA1[3] |
| dtReal dtOffMeshLinkCreateParams::vertsB0[3] |
| dtReal dtOffMeshLinkCreateParams::vertsB1[3] |