Navigation
API > API/Runtime > API/Runtime/Chaos
| |
|
| Name |
TBVHNode |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/BoundingVolumeHierarchy.h |
| Include Path |
#include "Chaos/BoundingVolumeHierarchy.h" |
Syntax
template<typename T, int d>
struct TBVHNode
Constructors
Destructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| LeafIndex |
int32 |
|
Chaos/BoundingVolumeHierarchy.h |
|
| MAxis |
int32 |
|
Chaos/BoundingVolumeHierarchy.h |
|
| MChildren |
TArray< int32 > |
|
Chaos/BoundingVolumeHierarchy.h |
|
| MMax |
TVector< T, d > |
|
Chaos/BoundingVolumeHierarchy.h |
|
| MMin |
TVector< T, d > |
|
Chaos/BoundingVolumeHierarchy.h |
|
Functions
Public