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 ...

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 ...