Widget interaction component appears to stop working after entering a physics volume

UE - Editor - UI Systems - Aug 24, 2016

Widget interaction component appears to stop working after entering a physics volume. A Physics Volume appears to deactivate the Widget interaction component ...

Cannot use Play/Pause shortcut in Persona if viewport is focused

OLD - Anim - Aug 24, 2016

In Persona, if the user has the viewport focused, they cannot use the shortcut to play or pause animations. ...

AI Acceptance Radius Still Used on Partial Path

UE - AI - Aug 24, 2016

When using a partial path, the AI Character is still taking the acceptance radius into account. ...

Apex Cloth disappears when Setting Custom Time Dilation to Zero

UE - Simulation - Physics - Character - Aug 24, 2016

Apex Cloth assets disappear if you set the Custom Time Dilation to 0.0. You can workaround the issue by setting the Custom Time Dilation to 1.0, and then use the 'Force Cloth Next Update Teleport a ...

Crash retargetting AnimBP with "Allow remapping to existing assets" enabled

OLD - Anim - Aug 24, 2016

4.12 version of the crash: [Link Removed] Error message: Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Line: 833] Array index out of bounds: 1 from an array of size 0 Sourc ...

Screen Space Reflection has dark artifacts at low view angles

UE - Graphics Features - Aug 23, 2016

When looking at a large flat surfaces at very sharp angles dark banding will occur at the horizon. This also occurs in 4.14 CL 3091931 Note : I've attached a 4.12.5 version of the project (SSR412) ...

MassInKg override resets to 0

UE - Simulation - Physics - Aug 23, 2016

In the details for a Static Mesh Actor, MassInKg resets to 0 when the user tries to set it to something else. I couldn't reproduce this issue in 4.13. ...

Packaged project crashes when playing sound from blueprint library with enum input after nativizing blueprints

UE - Gameplay - Blueprint Runtime - Aug 23, 2016

Packaged project crashes when playing sound from blueprint library with enum input after nativizing blueprints. Frequency: 5/5 Notes If nativize blueprints is turned off, the packaged project wor ...

FSkeletalMeshMerge::CalculateLodCount calculates minimum LODs improperly

UE - Gameplay - Aug 23, 2016

CalculateLodCount tries to bound the output LOD count as at least one (count >= 1), but actually bounds it as no more than 1 (count <= 1). Just need to change a FMath::Min to FMath::Max. ...

Reimport option overrides animation asset

Tools - Aug 23, 2016

When an FBX is imported with multiple animations, selecting any animation in the content browser and choosing the Reimport option will replace the selected animation with the first animation from th ...