![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DetourNode.h>
Public Attributes | |
| dtReal | pos [3] |
| Position of the node. | |
| dtReal | cost |
| Cost from previous node to current node. | |
| dtReal | total |
| Cost up to the node. | |
| unsigned int | pidx: 30 |
| Index to parent node. | |
| unsigned int | flags: 2 |
| Node flags 0/open/closed. | |
| dtPolyRef | id |
| Polygon ref the node corresponds to. | |
| dtReal dtNode::cost |
Cost from previous node to current node.
| unsigned int dtNode::flags |
Node flags 0/open/closed.
| dtPolyRef dtNode::id |
Polygon ref the node corresponds to.
| unsigned int dtNode::pidx |
Index to parent node.
| dtReal dtNode::pos[3] |
Position of the node.
| dtReal dtNode::total |
Cost up to the node.