Low acceleration changes causes the object's velocity to nearly zero out.

UE - Simulation - Physics - Apr 20, 2022

Low acceleration changes causes the object's velocity to nearly zero out. The range this seems to occur at for the Acceleration change is between the values of zero and approximately thirty. Repro ...

Physic Constraint movement is quadratic where previously it was spherical

UE - Simulation - Physics - Apr 6, 2022

Physic Constraint movement is quadratic where previously it was spherical. ...

Potential Memory Leak when frequently terminating and re-initializing FConstraintInstance

UE - Simulation - Physics - Mar 29, 2022

From User: When frequently terminating and re-initializing the FConstraintInstance, there appears to be a leak when cleaning up the disabled joint, which leads to an ever growing list that gets sort ...

[CrashReport]UnrealEditor-Chaos!Chaos::TEventContainer<Chaos::FCollisionEventData>::DispatchConsumerData() [EventManager.h:214]

UE - Simulation - Physics - Mar 14, 2022

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

The collision is wrong when the static mesh scale is set as negative value

UE - Simulation - Physics - Feb 15, 2022

I checked the c.haos code quickly. I think it caused by the function "bool FInitBodiesHelperBase::CreateShapesAndActors()". In this function, the CreateActor_AssumesLocked function will ignore the s ...

C.haos Cloth : ClothLOD does not change when out of view

UE - Simulation - Physics - Jan 6, 2022

Cloth LOD Index is changed only during the mesh is on the screen. LOD Index is set to 0 at spawning, so clothing simulation runs as minimum LOD level until the mesh is in the field of view. It's no ...

On Hit Events are inconsistent/inaccurate when using Substepping most notably at lower frames per a second

UE - Simulation - Physics - Dec 9, 2021

This is a regression Tested in: //UE4/Release-4.27 CL18319896 Binary //UE5/Release-5.0-EarlyAccess CL16682836 Binary Under the same conditions in UE4 the On Hit events fire accurately and as expect ...

'Get Physics Linear Velocity' node returns incorrect values

UE - Simulation - Physics - Dec 6, 2021

This is a regression. When attempting to get linear velocity from a static mesh it incorrectly returns 0 for x, y, and z. In previous releases it returns the correct values. ...

Get Physics Linear Velocity node does not return the correct values in UE5

UE - Simulation - Physics - Nov 24, 2021

The Get Physics Linear Velocity node seems to only output a vector of 0.0, 0.0, 0.0 no matter what the velocity of the object it's measuring is.  Tested in //UE4/Release-4.27 @ CL 17735300 and th ...

Failed to build in Github UE4.27.0.

UE - Simulation - Physics - Aug 30, 2021

Failed to build UE4.27.0 with Win64/Development Editor.  Can avoid this error that excluding the project from build configuration. (Solution UE4->Properties->Configuration Properties->Configuratio ...