Navigation
API > API/Runtime > API/Runtime/Navmesh
| |
|
| Name |
dtLinkBuilderConfig |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavLinkBuilder.h |
| Include Path |
#include "Detour/DetourNavLinkBuilder.h" |
Syntax
struct dtLinkBuilderConfig
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| agentClimb |
dtReal |
|
Detour/DetourNavLinkBuilder.h |
|
| agentHeight |
dtReal |
|
Detour/DetourNavLinkBuilder.h |
|
| agentRadius |
dtReal |
|
Detour/DetourNavLinkBuilder.h |
|
| cellHeight |
dtReal |
|
Detour/DetourNavLinkBuilder.h |
|
| cellSize |
dtReal |
|
Detour/DetourNavLinkBuilder.h |
|
| jumpConfigs |
TArray< dtNavLinkBuilderJumpConfig > |
|
Detour/DetourNavLinkBuilder.h |
|