Capsule overlap area different/inaccurate after simulating physics

UE - Simulation - Physics - Nov 12, 2015

A licensee found a problem with a capsule component used in a blueprint. A player intersecting the spherical ends of the capsule will cause it to fire overlap events. However, after simulating physi ...

Custom Time Dilation causes PhAT bodies to hover

UE - Simulation - Physics - Nov 5, 2015

Custom Time Dilation causes PhAT bodies to hover This is not only happening with vehicles like the original bug described. This is also happening with PhAT skeletal meshes that are moving. https:/ ...

Trigger Volume Blocks First-Person Template Projectile

UE - Simulation - Physics - Nov 2, 2015

When playing in editor, if you fire your weapon at a trigger volume, the projectiles will bounce off of the volume, regardless of the fact that the collision is set to Query Only. This collision als ...

Changing Time Dilation at runtime causes erratic physics with Vehicles

UE - Simulation - Physics - Oct 20, 2015

When changing Time Dilation settings at runtime, it can cause vehicles to be thrown into the air and exhibit other odd physics behavior. This issue occurs when the Time Dilation is being set from sl ...

Wheels become detached from vehicle if simulate physics is switched.

UE - Simulation - Physics - Oct 19, 2015

If Simulate Physics is turned off / on for a vehicle, the wheels will become detached from the vehicle and keep rolling if they were rolling at the time that Simulate Physics was turned off. ...

Inconsistent physics simulation occurring with vehicles

UE - Simulation - Physics - Oct 12, 2015

Physics seems to be highly unpredictable when it comes with Wheeled Vehicles, where the results of the physics changes each time it is simulated. ...

Possessing a vehicle results in unexpected physics behavior

UE - Simulation - Physics - Oct 8, 2015

When possessing a vehicle, if you are standing on top of it with a character, once you begin to drive away, the vehicle will begin to be drawn back towards the character as if it is attached somehow ...

CharacterMovementComponent::ApplyRepulsionForce uses the BodyIndex incorrectly as a bone index

UE - Simulation - Physics - Oct 5, 2015

The code to extract the FBodyInstance from the overlapping component is incorrectly interpreting the Overlap.BodyIndex as a BoneIndex. This results in incorrect bodies getting the force applied, as ...

Using SetAllBodiesBelowSimulatePhysics causes the simulating bones to ignore constraints and collision between bodies

UE - Simulation - Physics - Oct 2, 2015

When using SetAllBodiesBelowSimulatePhysics to simulate physics for multiple bones, all of those bones ignore constraints and collision between other bodies on the same skeleton. ...

Changing character collision at runtime results in erratic physics behavior

UE - Simulation - Physics - Sep 25, 2015

Using SetCollisionObjectType at runtime to change the collision channel of a character results in different results than expected. Project: [Link Removed] ...