Navigation
API > API/Plugins > API/Plugins/ZoneGraph
References
| Module | ZoneGraph |
| Header | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphBVTree.h |
| Include | #include "ZoneGraphBVTree.h" |
Syntax
USTRUCT&40;&41;
struct FZoneGraphBVNode
Remarks
Quantized BV-tree node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Index | Item Index, or if negative, the node is internal and the index is relative index to next sibling. | |
| uint16 | MaxX | ||
| uint16 | MaxY | ||
| uint16 | MaxZ | ||
| uint16 | MinX | Quantized node bounds | |
| uint16 | MinY | ||
| uint16 | MinZ |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FZoneGraphBVNode
(
const uint16 InMinX, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | DoesOverlap
(
const FZoneGraphBVNode& Other |