Physics Bodies for bones that are scaled in the Anim Graph are not scaled properly in game

UE - Simulation - Physics - Jun 14, 2016

Physics Bodies for bones that are scaled in the Anim Graph are not scaled properly in game. This seems to cause a jittering effect when simulating bodies. User Description: I blend physics into th ...

GetOverlappingComponents does not work on Mobile

UE - Simulation - Physics - Jun 13, 2016

The GetOverlappingComponents node isn't working correctly on mobile devices. It seems like it may only not be registering components that are spawned at runtime, as it does change the number of over ...

Physics objects pass through other objects that are moving at high speeds (even with Use CCD check to true)

UE - Simulation - Physics - Jun 3, 2016

Physics objects pass through other objects that are moving at high speeds (even with Use CCD check to true) May be related to [Link Removed] ...

Manually changing the value for Constraint Value 1 & 2 causes odd visual issues

UE - Simulation - Physics - Jun 1, 2016

Changing the values that govern what bones a constraint is suppose to be a joint between (Constraint Bone 1 & 2) will cause issues where the transform widget is moved to an appropriate location but ...

Attempting to move multiple constraints at once does not work

UE - Simulation - Physics - Jun 1, 2016

Attempting to move multiple constraints at once results in the previously selected ones rotating in place instead of moving. ...

Snap Constraint to Bone affects rotation but not position

UE - Simulation - Physics - Jun 1, 2016

The Snap Constraint to Bone button seems to only rotate and change the limits on a constraint instead of also moving the constraint to the bone's location. ...

Scaling widget widget does not display correctly in certain view modes in the PHAT editor

UE - Simulation - Physics - Jun 1, 2016

The pins that are displayed for the scale transform widget when using certain View modes in the PHAT editor. The pins that are parallel to the view mode and can be changed easily are not shown when ...

PhysicsConstraintComponent not editable on instances.

UE - Simulation - Physics - May 25, 2016

When adding a PhysicsConstraintComponent to a class, it can be properly edited in the Blueprint editor. However, if trying to manipulate it via the instance editor, it is "locked down" ...

Toggling SetSimulatePhysics state on a Primitive component with a child PrimitiveComponent leaks PxShapes

UE - Simulation - Physics - May 23, 2016

FBodyInstance::Weld did not check to see whether or not child components were already welded to a parent. This meant that whenever Weld was called, ShapeToBodiesMap would continue to grow in size, e ...

Welding of Scene Components does not act as expected

UE - Simulation - Physics - May 17, 2016

If a scene component is placed in the middle of a hierarchy it appears that the collision of the root will not propagate to all of the children ...