Navigation
Unreal Engine C++ API Reference > Runtime > Chaos > Chaos
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/BoundingVolumeHierarchy.h |
Include | #include "Chaos/BoundingVolumeHierarchy.h" |
Syntax
template<typename T, int d>
struct TBVHNode
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
int32 | LeafIndex | |
![]() |
int32 | MAxis | |
![]() |
TArray< int32 > | MChildren | |
![]() |
TVector< T, d > | MMax | |
![]() |
TVector< T, d > | MMin |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TBVHNode () |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
~TBVHNode () |