Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FGeometryCollectionConvexUtility
Description
Merge convex hulls that are currently on each (selected) transform. If convex hulls are not present, does nothing. @params OptionalSphereCoveringOut If non-null, will be filled with spheres from all used sphere covering.
| Name | MergeHullsOnTransforms |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/GeometryCollectionConvexUtility.h |
| Include Path | #include "GeometryCollection/GeometryCollectionConvexUtility.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/GeometryCollection/GeometryCollectionConvexUtility.cpp |
static void MergeHullsOnTransforms
(
FManagedArrayCollection & Collection,
const FGeometryCollectionConvexUtility::FMergeConvexHullSettings & Settings,
bool bRestrictToSelection,
const TArrayView < const int32 > OptionalTransformSelection,
UE::Geometry::FSphereCovering * OptionalSphereCoveringOut
)