Chaos Trailing Events not exposed to Blueprints and only accessible via Niagara Chaos DI. The licensee noticed that the Trailing event is not available to BPs. It's expected that the same data avail ...
Chaos Modular Vehicles Examples does not replicate properly and it's easy to reach a state of desynchronization where the state stops being replicated and position/rotation of cars mismatch. As an ...
Generated from CrashReporter Error Messages:Assertion failed: (Index >= 0) & (Index < ArrayNum) [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Public\Containers\Array.h] [Line: 691] Array ind ...
Because UniagaradataInterfaceChaosDestruction::HandleTrailingEvents does not respect incoming TrailingEvent data, the debris velocity during chaos cache playback is always evaluated as zero. The fo ...
Here's a workaround void DestroyParticle(TGeometryParticleHandle<T, d>* Particle) { auto PBDRigid = Particle->CastToRigidParticle(); if(PBDRigid) { RemoveFromMapAndArray(PBDRigid, Ac ...
Generated from CrashReporter ...
While investigating an issue with Cull Distance Volumes, I noticed that AVolume::EncompassesPoint has a broken default implementation when WITH_PHYSX is not defined. If only chaos is enabled it will ...
After the second recording time, the event listener registration in FGeometryCollectionCacheAdapter::InitializeForRecord is skipped. Here is a workaround :// We only need to register event handlers ...
The bounds are wrongly calculated when the bUseLocalSpaceSimulation property is set in the Chaos Cloth shared config, as it doesn't take into account the character rotation in the removal of the off ...
In Packaged builds, Chaos Cache Manager (CCM) can't animate Geometry Collections (GC) with Nanite Enabled if Cache Mode is set to Static Pose. The licensee tried to animate a CCM using Sequencer onl ...