Meshes simulating physics cannot roll smoothly across multiple connected meshes

UE - Simulation - Physics - Jul 30, 2018

A user has reported a physics regression from 4.19 to 4.20 where attempting to roll a static mesh down a slope made of multiple meshes no longer results in a smooth roll. The static mesh will skip a ...

Hot reload causes placed actor to lose variable references

UE - Foundation - Cpp Tools - Hot Reload - Nov 9, 2017

Preforming a hot reload causes placed actors to lose code based variable settings. More repro steps: 1. Open UE4Editor.exe 2. Create a First Person Code project 3. Build the project for Developme ...

Visual Studio opens unnecessary windows when adding a new C++ class via the editor's interface

Tools - Oct 25, 2017

When adding a new C++ class to a project via the editor's interface, Visual Studio is opened but it ends up opening more than is necessary. Firstly, Visual Studio is opened without focus on the two ...

Blueprint Function Reorder displays error tooltip when trying to reorder functions

UE - Gameplay - Blueprint Editor - Dec 7, 2017

There is an issue when attempting to reorder blueprints where Blueprint Function Reorder displays error tooltip when trying to reorder functions. In previous engine versions, functions could not be ...

UMG Background Blur renders black on Android

UE - Platform - Mobile - Dec 8, 2016

Tested on Nexus 6P with Android 7.0 Suggest that on mobile the background is not rendered in real time, instead we render the blurred image for one frame and use that same image for subsequent fr ...

UMaterialBillboardComponent Memory Leak and Hitching (Unreal 4.19.2 + 4.19.1)

UE - Graphics Features - May 4, 2018

Creating an actor with a UMaterialBillboardComponent causes Editor hitching. ...

Private functions can be called in other blueprints

UE - Gameplay - Blueprint - Nov 2, 2015

Private functions within a blueprint can be called from other blueprints. A warning does appear but the function is run despite this warning. ...

Material Instance values lost when using Material Parameters inside of multiple Material Functions

UE - Rendering Architecture - Materials - Mar 30, 2018

Material Instance parameters (that derive from parents using material functions) can have their data shifted or not saved. ...

Preformance drop when calling draw to render target

UE - Graphics Features - Jun 19, 2018

There is a major performance drop after 4.18 when calling draw material to render target. This is an issue reported by many community members, and there seem to be additional reports with different ...

Move To Location or Actor Not Working if Location is Outside of Navmesh

UE - AI - Oct 17, 2017

Move To Location or Actor will always fail if the target location is outside of the Navmesh, even if Use Pathfinding is disabled. Found in 4.18 P4 CL# 3685441. Reproduced in 4.17.2 CL# 3658906 & 4. ...