Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphBVTree.h |
Include |
#include "ZoneGraphBVTree.h" |
USTRUCT()
struct FZoneGraphBVTree
Quantized BV-Tree
Name | Description | ||
---|---|---|---|
|
Build ( |
Build BV-tree from boxes, the index of the box in the array will be the index of the query result. |
|
|
FZoneGraphBV... |
CalcNodeBounds ( |
|
|
CalcWorldBounds ( |
||
|
TConstArrayV... |
GetNodes() |
|
|
GetNumNodes() |
||
|
const FVecto... |
GetOrigin() |
|
|
float |
GetQuantizationScale() |
|
|
Query ( |
Queries the BV-tree, calls Function on each child node which bounds overlap the query bounds. |
|
|
Query |
Queries the BV-tree, return index of overlapping items. |
Name |
Description |
---|---|
MaxQuantizedCoord |
Max quantized coordinate value during conversion, the scale is truncated to account for the expansion in CalcNodeBounds(). |