Navigation
API > API/Plugins > API/Plugins/ZoneGraph > API/Plugins/ZoneGraph/FZoneGraphBVTree
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Query
(
const FBox& Bounds, |
Queries the BV-tree, calls Function on each child node which bounds overlap the query bounds. | ZoneGraphBVTree.h | |
| Queries the BV-tree, return index of overlapping items. | ZoneGraphBVTree.h |
Query(const FBox &, TFunc &&)
Description
Queries the BV-tree, calls Function on each child node which bounds overlap the query bounds.
| Name | Query |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphBVTree.h |
| Include Path | #include "ZoneGraphBVTree.h" |
template<typename TFunc>
void Query
(
const FBox & Bounds,
TFunc && Function
) const
Query(const FBox &, TArray< int32 > &)
Description
Queries the BV-tree, return index of overlapping items.
| Name | Query |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphBVTree.h |
| Include Path | #include "ZoneGraphBVTree.h" |
| Source | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Private/ZoneGraphBVTree.cpp |
void Query
(
const FBox & Bounds,
TArray < int32 > & OutItems
) const