Following code works as a workaround
void FClusterUnionManager::HandleAddOperation(FClusterUnionIndex ClusterIndex, const TArray<FPBDRigidParticleHandle*>& Particles, bool bReleaseClustersFirst) { ... if (bIsNewCluster) { if (bIsSleeping) { MEvolution.SetParticleObjectState(Cluster->InternalCluster, Chaos::EObjectStateType::Sleeping); } MEvolution.SetPhysicsMaterial(Cluster->InternalCluster, MEvolution.GetPhysicsMaterial(FinalParticlesToAdd[0])); Cluster->InternalCluster->SetControlFlags(FinalParticlesToAdd[0]->ControlFlags() ); // add this line to copy gravity setting Cluster->InternalCluster->SetLinearEtherDrag(FinalParticlesToAdd[0]->LinearEtherDrag() ); Cluster->InternalCluster->SetAngularEtherDrag(FinalParticlesToAdd[0]->AngularEtherDrag() ); }
Clustered rigid body ignores custom gravity settings in children and fall with default gravity
i have this problem UE4CC-Windows-58DC12AF4B97F057BD108FBFF569B2E9_0000
I am not able to find world outliner how to enable it?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
What method is used to fill polygonal regions when drawing spline mesh at run time?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
How to achieve HLSL Multiple Render Target in Material blueprints?
How can i modify the param name in EQS node
Teleporter in the Creative Hub is Locked and cannot be accessed
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-209128 in the post.
0 |
Component | UE - Simulation - Physics |
---|---|
Affects Versions | 5.3 |
Target Fix | 5.6 |
Created | Mar 7, 2024 |
---|---|
Updated | Oct 17, 2024 |