Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FImplicitBVH
Description
Create a BVH around a set of ImplicitObjects. Usually these are the immediate child elements of an FImplcitObjectUnion TryMake will then recurse into the geometry hierachy and add all descendents to the BVH. Will return null if the number of descendents is less that MinObjects.
| Name | TryMake |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ImplicitObjectBVH.h |
| Include Path | #include "Chaos/ImplicitObjectBVH.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/ImplicitObjectBVH.cpp |
static TUniquePtr < FImplicitBVH > TryMake
(
const TArrayView < const Chaos::FImplicitObjectPtr > & InRootObjects,
const int32 MinObjects,
const int32 InMaxBVHDepth
)