GeometryCollection with StripOnCook and without EnableNanite causes a crash in cooked game

UE - Simulation - Physics - Destruction - Jun 16, 2023

The Strip on Cook option seems to strip even necessary data. ...

Editor becomes unresponsive/freezes when a Geometry Collection is destroyed by a Hit Event while simulating

UE - Simulation - Physics - Destruction - Apr 19, 2023

This is a regression. Tested in //UE5/Release-5.1 CL23901901 When a geometry collection is destroyed by an On Hit event the editor becomes unresponsive and never recovers. No crash is generated. ...

Calling RemoveAllAnchors function on a non-clustered geometry collection falls extremely fast

UE - Simulation - Physics - Destruction - Feb 8, 2023

Non-clustered geometry collections applied RemoveAllAnchors are not put into FPBDRigidsSOAs::DynamicGeometryCollectionArray, so acceleration is not reset every tick and they fall super fast. The fol ...

GeometryCollectionComponent visibility flag is forced to true in BeginPlay

UE - Simulation - Physics - Destruction - Jan 26, 2023

The visibility flag is reset to true in UGeometryCollectionComponent::UnregisterFromISMPool. This function is called from BeginPlay. Only when ISMPoolActor is not being used, the following worka ...

Geometry Collection crashing BP Simulation when set to enable Physics via Event Graph

UE - Simulation - Physics - Destruction - Dec 2, 2022

Reproduced 3/3 times, issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. Issue does not occur when user Simulates in level viewport, nor when geometry collecti ...

Geometry Collection component in BP always visible

UE - Simulation - Physics - Destruction - Dec 1, 2022

Reproduced 3/3 times, issue does not occur in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed Regression. It's only through the Details panel that this happens; Geometry Collection visibility can ...

Scaled Geometry Collection made from non-basic Static Mesh Crashes Editor

UE - Simulation - Physics - Destruction - Nov 14, 2022

Reproduced 3/3 times. So far tested with the Chair and Statue from the Blank Template Editor Default level. Error Reads as follows:Assertion failed: IsValid() [File:D:\build\++UE5\Sync\Engine\Source ...

Some fractured meshes do not retain their original normals after fracture

UE - Simulation - Physics - Destruction - May 6, 2022

Fractured meshes with weird Normals/Reflections. You will see weird normals / reflections on the surface, seems each fracture piece has it's own reflection angle. Repro rate: 3/3 Tested this in // ...

Geometry Collection behavior does not change when changed by BP

UE - Simulation - Physics - Destruction - May 2, 2022

Reproduced 6/6 times. This seems to affect all "Set" functions for Geometry Collection Components, such as Setting Object Type from Static to Dynamic, or changing Collision Type. ...

CollisionEvent and other events during ChaosCaching do not occur

UE - Simulation - Physics - Destruction - Apr 22, 2022