PHAT body collision is shown as smaller when looking at it in the main editor viewport.

UE - Simulation - Physics - Jan 19, 2016

When a physics asset is set up for a Skeletal Mesh, the physics bodies are still visible in the main editor when using Show Collision (alt+C) but are extremely small. They are still oriented along t ...

Collision jitters when going up stairs, causing erratic overlap events.

UE - Simulation - Physics - Jan 11, 2016

When overlapping with another object while moving up stairs with a character, the overlap events (OnBegin / OnEnd) that occur will be called multiple times in an alternating fashion. This will also ...

TraceHitInfo not returning correct PhysMat when Changed at Runtime via MID

UE - Simulation - Physics - Jan 11, 2016

Line Traces are not correctly returning the Physical Material Info when that information is changed at runtime via a Override Physical Material or a Set Physical Material via a Dynamic Material Inst ...

Moving folder of assets crashes editor

UE - Simulation - Physics - Dec 23, 2015

Moving the contents folder for the Dynamic Clocks marketplace asset crashes the editor immediately. Frequency: 5/5 CrashReporter: [Link Removed] ...

Getting Relative Location of an Object That Once Simulated Physics Returns World Location

UE - Simulation - Physics - Dec 10, 2015

Attempting to get the Relative Location of a component that once simulated physics, but has been dynamically set at runtime to not simulate physics returns the World Location instead until the actor ...

Skeletal Meshes with Physics assets with less than 5 bodies will not use flag for Start Awake

UE - Simulation - Physics - Dec 8, 2015

When using a Physics Asset with 4 or less physics bodies the flag for Start Awake cannot be disabled, even if unchecked, when Simulate Physics is set to true. I've attached a project with assets f ...

FBodyInstance::GetBodyBounds fails if RigidActorSync is a PxRigidStatic

UE - Simulation - Physics - Dec 3, 2015

A user reported that FBodyInstance::GetBodyBounds() fails if RigidActorSync is a PxRigidStatic. They stated that it returns uninitialized data because PxRigidStatic does not subclass PxRigidBody. ...

Ragdoll Physics do not Function Properly on a Mirrored Skeletal Mesh

UE - Simulation - Physics - Dec 1, 2015

Selecting the default character/skeletal mesh (or any skeletal mesh) in the viewport, right-clicking and transforming it so it mirrors on the X,Y, or Z axis will cause the physics to act erratically ...

Vehicle wheels ignore collision settings of vehicle in vehicle template

UE - Simulation - Physics - Nov 25, 2015

In the vehicle template, vehicle wheels ignore collision settings of the vehicle when they are set to custom and altered. ...

Changing WITH_SUPSTEPPING prevents 4.10 from compiling

UE - Simulation - Physics - Nov 24, 2015

In the file EngineDefines.h, changing 37 to read "#define WITH_SUBSTEPPING 0" will cause the solution to fail the build process. ...