When a collision enabled RBAN node attempts to collect surrounding meshes, if there is a mesh with UseComplexAsSimple, it will hit the Ensure when cloning a mesh on the task graph thread. Disabling ...
Crumbling Geometry collection do not render for one frame when child clusters crumble. In the repro project a 4 particle GC is told to crumble. The single GeometryCollectionActor is then split into ...
Ensures trigger when playing in the ChaosExamples_fracture map in the ChaosDestructionDemo project. The ensures seem to happen during different parts. A couple occurrences were when I triggered th ...
A Skeletal Mesh simulating physics that hits a Geometry Collection Actor with OneWayInteraction true, OneWayInteractionLevel 1, and is using Damage Propagation (default) will be accelerated so fast ...
The motion blur rendering is causing some issues when rendering the cloth asset as the timestep wildly changes without the number of substeps being increased, The movie pipeline code needs to man ...
A Simulating Physics component with StartAwake = false will be awoken by a Welded component If a welding occurs during the call to OnCreatePhysicsState, this breaks the start awake disabled flag. Th ...
Collision filtering is producing unexpected results in certain setup. Objects are passing through one another when they are expected to collide. ...
Implementing an EventHit node in a Geometry Collection Actor and printing the Names of the returned values, it wrongly returns the reference to this Actor (self) on the Other actor object reference, ...
UGeometryCollectionComponent::EventDispatcher gets registered for events twice, once in UGeometryCollectionComponent::RegisterForEvents() and again in UChaosGameplayEventDispatcher::OnRegister(). Th ...
If Entering sleeping state and applying external force are same time, the external force is nullified and the vehicle stops immediately. p.Chaos.Solver.SleepEnabled 0 or __ setting SleepLinearVel ...