Navigation
API > API/Runtime > API/Runtime/Navmesh
Configuration for generated jump over links.
| Name | dtNavLinkBuilderJumpOverConfig |
| Type | struct |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavLinkBuilderConfig.h |
| Include Path | #include "Detour/DetourNavLinkBuilderConfig.h" |
Syntax
struct dtNavLinkBuilderJumpOverConfig
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| enabled | bool | Should this config be used to generate links. | Detour/DetourNavLinkBuilderConfig.h | |
| filterDistanceThreshold | float | When filtering similar links, distance used to compare between segment endpoints to match similar links. | Detour/DetourNavLinkBuilderConfig.h | |
| jumpDistanceFromGapCenter | float | How far from the center of the gap is the jump started. [Limit: > 0] [Units: wu]. | Detour/DetourNavLinkBuilderConfig.h | |
| jumpEndsHeightTolerance | float | Tolerance at both ends of the jump to find ground. [Limit: > 0] [Units: wu]. | Detour/DetourNavLinkBuilderConfig.h | |
| jumpGapHeightTolerance | float | Vertical tolerance used when matching edges to jump over. [Limit: > 0] [Units: wu]. | Detour/DetourNavLinkBuilderConfig.h | |
| jumpGapWidth | float | Maximum jumpable gap size used when matching edges to jump over. [Limit: > 0] [Units: wu]. | Detour/DetourNavLinkBuilderConfig.h | |
| jumpHeight | float | Height at the top of the jump trajectory. [Limit: > 0] [Units: wu]. | Detour/DetourNavLinkBuilderConfig.h | |
| samplingSeparationFactor | float | Value multiplied by CellSize to find the distance between sampling trajectories. | Detour/DetourNavLinkBuilderConfig.h |