Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/GeometryCollection > API/Runtime/Chaos/GeometryCollection/FGeometryCollectionConvexUtility
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/GeometryCollectionConvexUtility.h |
| Include | #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
)
Remarks
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.