The GetCombinedForces put out wrong value when the vehicle is reversing

UE - Simulation - Physics - Aug 19, 2022

Reproduced 3/3 times. A similar bug occurred with PhysX ([Link Removed]) Check the function:  FVector FSimpleAerodynamicsSim::GetCombinedForces(float VelocityIn) if the velocityIn is negative, th ...

Physical Material Masks do not work in non-editor builds

UE - Simulation - Physics - Aug 12, 2022

Physical material masks are not working as expected in cooked builds. Licensee reports that the mask data is empty at runtime. ...

Collision filtering issue when multiple shapes on an actor

UE - Simulation - Physics - Jul 22, 2022

Collision filtering is producing unexpected results in certain setup. Objects are passing through one another when they are expected to collide. ...

Vehicle tire forces applied too high

UE - Simulation - Physics - Jul 22, 2022

Vehicle wheel friction values are applied too high relative to the vehicle centre of mass.  They are applied at the wheels original rest position rather than the base of the current wheel location. ...

Physics Constraint returns incorrect values for Swing1, Swing2, and Twist

UE - Simulation - Physics - Jul 7, 2022

Tested in //UE5/Main CL#20966071 Tested in //UE4/Release-4.27 CL#18319896 Physics Constraint returns incorrect values for Swing1, Swing2, and Twist. ...

Physical Material Mask does not appear in the Material Instance Editor

UE - Simulation - Physics - Jun 29, 2022

Although MaterialInstanceConstant has a physical material mask and physical material mask map property, these properties does not appear in the Material Instance Editor's details panel. ...

Add World Rotation applied to a Static Mesh simulating physics behaves erratically 

UE - Simulation - Physics - Jun 28, 2022

This is a regression. Tested in //UE4/Release-4.27 CL18319896 Add World Rotation applied to a Static Mesh simulating physics behaves erratically. ...

Collision between Vehicles and Instanced Meshes are behaving differently than expected

UE - Simulation - Physics - May 20, 2022

This is a regression tested in //UE4/Release-4.27 CL18319896 Vehicle from the Vehicle template clips through instanced meshes, and can't be driven on them.  ...

Generate all Bodies on Selected Bones Does Not Generate Single Convex Hulls Uniformly

UE - Simulation - Physics - May 12, 2022

Occurs 5/5 Times Regression does not occur in //UE4/Release-4.27.2 @ CL 18319896 When 'Generating All Bodies' on a bone the single convex hull does not generate uniformly.  ...

Enabling Collision on a Spline Mesh component with a Static Mesh assigned causes an assertion to fail while executing in a package

UE - Simulation - Physics - May 4, 2022

Enabling Collision on a Spline Mesh component with a Static Mesh assigned causes an assertion to fail while executing in a package. This does NOT occur if you play in editor. Repro Rate: 4/4 Teste ...