Navigation
API > API/Runtime > API/Runtime/Navmesh
| Name | dtNode |
| Type | struct |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNode.h |
| Include Path | #include "Detour/DetourNode.h" |
Syntax
struct dtNode
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| cost | dtReal | Cost from previous node to current node. | Detour/DetourNode.h | |
| flags | unsigned int | Node flags 0/open/closed. | Detour/DetourNode.h | |
| id | dtPolyRef | Polygon ref the node corresponds to. | Detour/DetourNode.h | |
| pidx | unsigned int | Index to parent node. | Detour/DetourNode.h | |
| pos | dtReal | Position of the node. | Detour/DetourNode.h | |
| total | dtReal | Cost up to the node. | Detour/DetourNode.h |