Cloth paint update issues

UE - Simulation - Physics - Jan 7, 2020

Activating and Deactivating Cloth Paint marks the skeletal mesh as dirty, even if no values were painted and there is no transaction in the Undo History. Painting Max Distance values from non-zero ...

Clothing Data paint doesn't effect visible mesh

UE - Simulation - Physics - Jan 7, 2020

Skeletal mesh sections with cloth should have their visible mesh match their simulated mesh and this should be effected by painted values. Any vertices left unpainted(at 0) after the initial paint, ...

Creating a new collision preset changes the collision of the capsule for third person character blueprint

UE - Simulation - Physics - Jan 7, 2020

Creating  a custom collision preset changes the collision of third person characters capsule component.  Tested in: 4.23.1 CL#9631420 4.24.1 CL#10757647 4.25 CL#10889200 ...

Landscape surface type always return "Default"

UE - Simulation - Physics - Dec 26, 2019

The behavior in this bug is a little odd since it is not present in any project that is upgraded to 4.24.1 (CL-10757647), but only those that are created directly in 4.24.1. The behavior is also a l ...

USpringArmComponent::UpdateDesiredArmLocation does not update overlaps

UE - Simulation - Physics - Dec 20, 2019

Objects attached to a spring arm component, moved by changes to the target length/rotation, do not have their overlaps updated. USpringArmComponent::UpdateDesiredArmLocation calls USceneComponent ...

Apex Destructibles are not properly rendered

UE - Simulation - Physics - Dec 16, 2019

For Apex Destructible components, the un-fractured mesh rendered for each asset is the same and disappears when the component fractures, despite the physics bodies being correct. ...

Simulating forking bones ignores import scale

UE - Simulation - Physics - Dec 12, 2019

Simulating the children bodies, but not the parent, of a skeletal mesh imported with a uniform scale not equal to 1, seems to ignore the imported scale, instead using their initial relative location ...

EPhysicalSurface metadata is not updated with Physical Surface Project Settings

UE - Simulation - Physics - Dec 6, 2019

Changes to 'Project Settings -> Physics -> Physical Surface' do not update the Enum metadata of the EPhysicalSurface until Project Settings is re-opened. EPhysicalSurface Enum metadata is set i ...

SetCollisionProfileName and SetCollisionEnabled aren't working in Construction Script

UE - Simulation - Physics - Dec 5, 2019

This is a regression from 4.22.3 (CL-7053642) where this setup executed as expected. Toggling Collision Profiles in 4.23.1 (CL-9631420) and onward do not affect the Static Mesh and it acts as if it ...

Physics does not replicate for non root components

UE - Simulation - Physics - Dec 4, 2019

A root component can be properly replicated, but non-root components won't have their collision replicated, only their visible mesh.  ...