FGeometryCollectionPhysicsProxy::BuildClusters

Build a physics thread cluster parent particle.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/PhysicsProxy/GeometryCollectionPhysicsProxy.h

Include

#include "PhysicsProxy/GeometryCollectionPhysicsProxy.h"

Source

/Engine/Source/Runtime/Experimental/Chaos/Private/PhysicsProxy/GeometryCollectionPhysicsProxy.cpp

Syntax

Chaos::TPBDRigidClusteredParticleHandle< float, 3 > * BuildClusters
(
    const uint32 CollectionClusterIndex,
    TArray< Chaos::TPBDRigidParticleHandle< float, 3 > * > & ChildHandles,
    const TArray< int32 > & ChildTransformGroupIndices,
    const Chaos::FClusterCreationParameters & Parameters,
    const Chaos::FUniqueIdx * ExistingIndex
)

Remarks

Build a physics thread cluster parent particle. CollectionClusterIndex_ - the source geometry collection transform index. ChildHandles - physics particle handles of the cluster children. `ChildTransformGroupIndices - geometry collection indices of the children. Parameters - uh, yeah... Other parameters.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss