TPBDRigidClustering::BreakingModel

BreakingModel Implements the promotion breaking model, where strain impulses are summed onto the cluster body, and released if greater than the encoded strain.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDRigidClustering.h

Include

#include "Chaos/PBDRigidClustering.h"

Source

/Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/PBDRigidClustering.cpp

Syntax

TMap< FPBDRigidClusteredParticleHandle *, TSet< FPBDRigidParticleHandle * > > BreakingModel
(
    TMap< FGeometryParticleHandle *, FReal > * ExternalStrainMap
)

Remarks

BreakingModel Implements the promotion breaking model, where strain impulses are summed onto the cluster body, and released if greater than the encoded strain. The remainder strains are propagated back down to the children clusters.

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