20 FPS performance drop between 4.7.6 and 4.8 on devices rendering Metal only

UE - Platform - Mobile - Jun 22, 2015

User reported a considerable performance drop on iOS between versions 4.7.6 and 4.8. I was able to reproduce this perf drop using the steps he provided. ...

Crash converting code project 4.7 to 4.8 ; Array index out of Bounds

UE - Gameplay - Blueprint - Jun 18, 2015

Some users are experiencing a crash when converting their project from 4.7 to 4.8. From user reports it appears to be affecting those who have added code to their projects and created blueprints bas ...

The Editor freezes during PIE when loading a .sav file from 4.7 in a 4.8 or 4.9 project

UE - Gameplay - Jun 24, 2015

The Editor freezes during PIE when loading a .sav file from 4.7 in a 4.8 or 4.9 project. The user reporting this reports a memory leak and crash, but I have not been able to reproduce that in partic ...

Logs containing UTF-8 characters don't appear in CMD/Terminal on Linux

UE - Platform - Linux - Sep 5, 2018

If a log message contains UTF-8 characters like "ő" or any Russian one ("л") it won't be printed to cmd or terminal but it will be printed to the log file. This is a regression from 4.19.2 (CL-40337 ...

Foliage Instance Static Meshes do not affect the Navmesh

UE - AI - Navigation - Apr 25, 2022

Foliage Instance Static Meshes do not affect the Navmesh. I tried changing the Custom Navigable Geometry to 'Yes' & 'Even if Not Collidable' but got the same results. Repro Rate: 4/4 Tested this i ...

Nav Modifier Volume Not Affecting Nav Mesh Until it is Moved

UE - AI - Oct 21, 2016

Nav Modifier volumes are not affected the nav mesh until they are moved from their initial placement position. Found in 4.13.1. Reproduced in 4.12.5 and 4.15 Main CL 3163223 This is similar to [Li ...

Destructible meshes always affect navigation regardless of collision

UE - AI - Jan 27, 2016

Turning off a destructible mesh's collision will still affect navigation around the destructible mesh Note: This issue is related to [Link Removed]. The workaround for that issue does not apply he ...

Drag coefficient on vehicle blueprints affects forward and reverse differently

UE - Simulation - Physics - Mar 31, 2016

Drag coefficient on vehicle blueprints affects forward and reverse differently. If in reverse, it seems to be additive or multiplicative to the vehicle's movement as opposed to providing any resista ...

Project cannot build in VS 2017 15.8+ if it uses std::make_shared with an over-aligned type

UE - Foundation - Core - Aug 30, 2018

Visual Studio 2017 15.8 includes a fix to properly handle std::make_shared used with over-aligned types. However, this is a breaking fix and requires the definition of one of two macros to either ac ...

Overlap trigger on Event Begin Play doesn't work after converting project from 4.7.6 to 4.8 P2

UE - Gameplay - May 18, 2015

Overlap trigger on Event Begin Play doesn't work after converting project from 4.7.6 to 4.8 P2. The user thought this was related to using Custom collision object types but it is reproducible with ...