Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TBoundingVolumeHierarchy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateHierarchy
(
const bool AllowMultipleSplitting, |
Chaos/BoundingVolumeHierarchy.h | ||
void UpdateHierarchy
(
const TArray< uint32 >& ActiveIndices, |
Chaos/BoundingVolumeHierarchy.h |
UpdateHierarchy(const bool, const bool, const T)
| Name | UpdateHierarchy |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/BoundingVolumeHierarchy.h |
| Include Path | #include "Chaos/BoundingVolumeHierarchy.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/BoundingVolumeHierarchy.cpp |
void UpdateHierarchy
(
const bool AllowMultipleSplitting,
const bool bUseVelocity,
const T Dt
)
UpdateHierarchy(const TArray< uint32 > &, const bool, const bool, const T)
| Name | UpdateHierarchy |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/BoundingVolumeHierarchy.h |
| Include Path | #include "Chaos/BoundingVolumeHierarchy.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/BoundingVolumeHierarchy.cpp |
void UpdateHierarchy
(
const TArray < uint32 > & ActiveIndices,
const bool AllowMultipleSplitting,
const bool bUseVelocity,
const T Dt
)