Crash when Simulating in Editor after Painting Foliage

UE - Editor - Workflow Systems - Nov 29, 2016

The engine crashes when simulating in the editor after painting foliage instances using the Foliage Tool. An important thing to note is that this crash does not occur if you switch out of the 'Foli ...

VLC Media Platform Override ignored in Packaged Game

Media Framework - Dec 14, 2016

If the user has compiled the VLC Media Player plugin and uses the Platform Overrides to assign VLC player as the default decoder, it will not be applied in a packaged game. ...

FindCollisionUV always returns False on Skeletal Meshes

UE - Gameplay - Dec 14, 2016

FindCollisionUV always returns False on Skeletal Meshes User Description: In UE 4.14.0, the blueprint "Find Collision UV" functions doesn't work properly with Skeletal Meshes. While it works fine ...

Procedural meshes spawned at runtime cause a crash

UE - Simulation - Physics - Jan 10, 2017

When using a procedural mesh at runtime, projects fail on mobile devices. Tested on both Android Nvidia Shield and iPhone 6+. ...

Memory leak when repeatedly opening levels on Android

UE - Platform - Mobile - Mar 17, 2017

We tested on xiaomi 4c. ...

Focus not updating correctly when using the setting Smooth Focus Changes.

UE - Anim - Sequencer - Apr 18, 2017

Focus not updating correctly when using the setting Smooth Focus Changes. ...

Landscapes do not Render when used with Lighting Scenarios on Mobile

UE - Platform - Mobile - May 15, 2017

Landscapes disappear using Lighting Scenarios when deployed to a mobile device. When playing in the editor using the mobile previewer, everything looks as expected. It only occurs when deployed to ...

Incorrect specs in experimental mobile PIE json profiles

UE - Platform - Mobile - Jul 7, 2017

I noticed three issues with the mobile PIE device preview json profiles:The Nexus5.json is a copy-paste of the GalaxyS3.jsonThe iPhone7.json DeviceModel is set to "IPhone7Plus"iPhone 5 is present in ...

Japanese error outputs do not displayed correctly in Cook Content output log

UE - Foundation - Core - Cooker - Jul 27, 2017

When using the editor in Japanese, the warning/error summary for "Cook Content for Windows" gets garbled. This makes debugging cook related issues difficult. ...

ParticleCutout don't work when AlphaThreshold is 0

UE - Graphics Features - Dec 16, 2016

UParticleModuleRequired::PostEditChangeProperty use "AlphaThreshold > 0". So, if AlphaThreshold = 0, particlecutout don't work. ...