dtNode

Windows
MacOS
Linux

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNode.h

Include

#include "Detour/DetourNode.h"

Syntax

struct dtNode

Variables

Name Description

Public variable

float

 

cost

Cost from previous node to current node.

Public variable

unsigned int: ...

 

flags

Node flags 0/open/closed.

Public variable

dtPolyRef

 

id

Polygon ref the node corresponds to.

Public variable

unsigned int: ...

 

pidx

Index to parent node.

Public variable

float[3]

 

pos

Position of the node.

Public variable

float

 

total

Cost up to the node.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss