Navigation
API > API/Runtime > API/Runtime/Navmesh
Bounding volume node.
This structure is rarely if ever used by the end user.
| Name | dtBVNode |
| Type | struct |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h |
| Include Path | #include "Detour/DetourNavMesh.h" |
Syntax
struct dtBVNode
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bmax | unsigned short | Maximum bounds of the node's AABB. [(x, y, z)]. | Detour/DetourNavMesh.h | |
| bmin | unsigned short | Minimum bounds of the node's AABB. [(x, y, z)]. | Detour/DetourNavMesh.h | |
| i | int | The node's index. (Negative for escape sequence.) | Detour/DetourNavMesh.h |