Applied external forces to vehicles may be nullified by sleeping

UE - Simulation - Physics - Solver - Jan 12, 2024

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 ...

Long thin spinning objects take too long to stop spinning

UE - Simulation - Physics - Solver - Jun 5, 2023

See the SpinningObjectStability test map in the Physics Sandbox. [Link Removed] It's not clear if this is a bug or a side effect of some of our solver shortcuts (e.g., omission of the precession te ...

Slower physics simulation when bSubStepping and bTickPhysicsAsync are enabled

UE - Simulation - Physics - Solver - May 10, 2023

When both Substepping and Tick Physics Async are enabled, there appears to be an inconsistency between the part of the physics simulation that calculates the number of steps and the part that calcul ...

Rigidbody not moving when small force is applied, and only rotates when angular impulse ≥ 7

UE - Simulation - Physics - Solver - Jan 3, 2023

Reproduced 3/3 times, issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. ...

Typo in hint text for Collision Max Push Out Velocity

UE - Simulation - Physics - Solver - Dec 5, 2022

Reproduced 3/3 times, issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. ...

Tick Physics Async overwriting Physics Handle component

UE - Simulation - Physics - Solver - Nov 23, 2022

Reproduced 3/3 times. Issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. ...

Child component reports Parent during On Hit events instead of itself

UE - Simulation - Physics - Solver - Sep 12, 2022

This is a regression tested in //UE4/Release-4.27 cl18319896 Child collision component reports its' Parent during On Hit events instead of itself.  ...

BP using nested child actor components in streaming level causes ensure condition failed

UE - Simulation - Physics - Solver - Jul 11, 2022

This never happens on ue5.0.0 The problem appears to be caused by a deleted PhysicsProxy being registered with Solver. Since the solver accesses the deleted PhysicsProxy, it may crash. Checking a ...

Dynamic Mesh component collision detection isn't treated like a volume

UE - Simulation - Physics - Solver - Jul 7, 2022

Tested in //UE5/Main CL#20966071 with the same results. Dynamic Mesh component collision detection isn't treated like a volume. End Overlap fires when the character stops Overlapping the side of th ...

Chaos : Rigid body sleeps when very small external force is applied by AddForce

UE - Simulation - Physics - Solver - May 25, 2022

When a small external force is applied to the rigid body, the VSmooth value is reset in the ResetVSmoothFromForces function. Since this function ignores the current velocity, a very small velocity ...