dtBVNode

Bounding volume node. @note This structure is rarely if ever used by the end user.

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Detour/DetourNavMesh.h"

Syntax

struct dtBVNode

Remarks

Bounding volume node. @note This structure is rarely if ever used by the end user.

Variables

Name Description

Public variable

unsigned short[...

 

bmax

Maximum bounds of the node's AABB. [(x, y, z)].

Public variable

unsigned short[...

 

bmin

Minimum bounds of the node's AABB. [(x, y, z)].

Public variable

int

 

i

The node's index. (Negative for escape sequence.)

See Also

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