Player Collision Viewmode does not accurately display static mesh actors with visibility set to false

UE - Simulation - Physics - Mar 7, 2016

Player Collision Viewmode does not accurately display static mesh actors with visibility set to false. The Player Collision viewmode does recognize visible actors, but invisible actors are ignored. ...

Animation to Ragdoll: Character blinks for 1 or more frames

UE - Simulation - Physics - Mar 4, 2016

Character is not rendered for frame between Death animation and conversion to ragdoll physics In the linked movie, if you pause at the 34 second mark and play frame by frame, you will see the chara ...

Crash When Raycasting Against Mesh With Multiple Materials

UE - Simulation - Physics - Feb 26, 2016

When using a raycast trace against a blueprint that has a child component with multiple materials will cause the editor to crash after a few times. This will not be an instant crash, but requires th ...

Starting position of physics simulated bp is different in Standalone Game

UE - Simulation - Physics - Feb 26, 2016

Starting position of physics simulated bp is different in Standalone Game User Description: Things work fine in the editor window, but when I run a standalone game then blueprints with physics bod ...

Calling SetMassOverrideInKg in a constructor will crash the engine on launch

UE - Simulation - Physics - Feb 25, 2016

Calling SetMassOverrideInKg reaches back to a "check(GEngine)" call in BodyInstance.cpp (line 2998). B/c of this check, the engine will crash on load if SetMassOverrideInKg is called inside a class ...

Skeletal Mesh breaks perspective view in Physics Asset Tool.

UE - Simulation - Physics - Feb 19, 2016

When importing licensee's provided asset the Physics Asset generated will completely break the Perspective View in PhAT. The other orthographic views will work as intended though. The licensee has ...

Attempting to set skeletal mesh on vehicle blueprint during PIE crashes editor

UE - Simulation - Physics - Feb 8, 2016

Switching the skeletal mesh of an actor during PIE crashes the editor. Frequency: 5/5 Crashreporter: N/A ...

Actors spawned at runtime and moving via SetActorLocation do not generate hit events with static objects

UE - Simulation - Physics - Feb 1, 2016

When an actor that is spawned at runtime is moved via SetActorLocation and collides with a static object, no hit events will be fired. If the same static actor begins simulating physics, the dynamic ...

Plane Constraint Normal is not Properly Reset

UE - Simulation - Physics - Jan 26, 2016

In the Character Movement Component, setting the Plane Constraint Normal to a value other than default, and then attempting to change the value back to the default does not revert to the default val ...

Complex Collision as Simple causes odd Overlap behavior

UE - Simulation - Physics - Jan 25, 2016

When triggering overlap events with a Static Mesh using Complex Collision as Simple, the overlap Begin and End events will be triggered rapidly in sequence. Changing to Default collision will fix t ...