Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/dtNavLinkBuilder
| |
|
| Name |
TrajectorySample |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavLinkBuilder.h |
| Include Path |
#include "Detour/DetourNavLinkBuilder.h" |
Syntax
struct TrajectorySample
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| floorEnd |
bool |
|
Detour/DetourNavLinkBuilder.h |
|
| floorStart |
bool |
|
Detour/DetourNavLinkBuilder.h |
|
| ymax |
float |
|
Detour/DetourNavLinkBuilder.h |
|
| ymin |
float |
Min and max heights relative to the height on the segment between the start and the end point (at the sampling locations). |
Detour/DetourNavLinkBuilder.h |
|