![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DynamicBVH.h>
Public Member Functions | |
| uint32 | GetFirstChild (uint32 NodeIndex) const |
| const FBounds3f & | GetBounds (uint32 NodeIndex) const |
| bool | IsRoot () const |
| bool | IsLeaf (uint32 NodeIndex) const |
| bool | IsFull () const |
| FBounds3f | UnionBounds () const |
Public Attributes | |
| uint32 | ParentIndex |
| uint32 | NumChildren |
| uint32 | ChildIndexes [MaxChildren] |
| FBounds3f | ChildBounds [MaxChildren] |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| FBounds3f FDynamicBVH< MaxChildren, FRootPolicy, FDirtyPolicy, FCostMetric >::FNode::ChildBounds[MaxChildren] |
| uint32 FDynamicBVH< MaxChildren, FRootPolicy, FDirtyPolicy, FCostMetric >::FNode::ChildIndexes[MaxChildren] |
| uint32 FDynamicBVH< MaxChildren, FRootPolicy, FDirtyPolicy, FCostMetric >::FNode::NumChildren |
| uint32 FDynamicBVH< MaxChildren, FRootPolicy, FDirtyPolicy, FCostMetric >::FNode::ParentIndex |