UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DetourNavLinkBuilderConfig.h File Reference
#include "CoreTypes.h"

Go to the source code of this file.

Classes

struct  dtNavLinkBuilderJumpConfig
 

Enumerations

enum  dtNavLinkBuilderFlags : unsigned short { DT_NAVLINK_CREATE_CENTER_POINT_LINK = 1 << 0 , DT_NAVLINK_CREATE_EXTREMITY_LINKS = 1 << 1 }
 

Functions

struct UE_DEPRECATED (5.7, "Use dtNavLinkBuilderJumpConfig instead.") dtNavLinkBuilderJumpDownConfig
 

Enumeration Type Documentation

◆ dtNavLinkBuilderFlags

Enumerator
DT_NAVLINK_CREATE_CENTER_POINT_LINK 
DT_NAVLINK_CREATE_EXTREMITY_LINKS 

Function Documentation

◆ UE_DEPRECATED()

struct UE_DEPRECATED ( 5.  7,
"Use dtNavLinkBuilderJumpConfig instead."   
)

Configuration for generated jump down links.

Should this config be used to generate links.

Horizontal length of the jump. How far from the starting point we will look for ground. [Limit: > 0] [Units: wu]

How far from the edge is the jump started. [Limit: > 0] [Units: wu]

How far below the starting height we want to look for landing ground. [Limit: > 0] [Units: wu]

Peak height relative to the height of the starting point. [Limit: >= 0] [Units: wu]

Tolerance at both ends of the jump to find ground. [Limit: > 0] [Units: wu]

Value multiplied by CellSize to find the distance between sampling trajectories. Default is 1. Larger values improve generation speed but might introduce sampling errors. [Limit: >= 1]

When filtering similar links, distance used to compare between segment endpoints to match similar links. Use greater distance for more filtering (0 to deactivate filtering). [Limit: > 0] [Units: wu]

Flags used to indicate how links will be added.

Cached parabola constant fitting the configuration parameters.

Cached value used when computing jump trajectory.

User id used to handle links made from this configuration.

User defined flags assigned to downwards traversal of the off-mesh connections

User defined flags assigned to upwards traversal of the off-mesh connections

User defined area id assigned to downards traversal of the off-mesh connections

User defined area id assigned to upwards traversal of the off-mesh connections

Initialize the configuration by computing cached values.