UMG Widgets containing child widgets that have bound animations fail to save

UE - Editor - UI Systems - Jan 10, 2020

Adding a child widget that contains a bound animation to a separate widget blueprint results in failure to save. Working in 4.22.3 Tested in: 4.22.3 CL#7053642, 4.24.1 CL#10757647, 4.25 CL#108892 ...

UUserWidget::SetPositionInViewport does not function as intended

UE - Editor - UI Systems - Oct 15, 2018

The Set Position in Viewport node does affect UserWidgets position. It keeps it 4.19.2 (CL - 4033788), 4.20.3 (CL - 4369336), 4.21  (CL - 4465720), 4.22 (CL - 44654877) ...

SunTemple scene does not update properly on iPhone 6S

UE - Platform - Mobile - Jul 18, 2017

On the 6S, the SunTemple scene is almost unresponsive. As the player uses the thumbsticks, the lightmaps from the windows rotate to mach the player's movement; but they are the only thing. This doe ...

Editing values in ReverbMasterSubmixEffect causes crash

UE - Audio - Nov 7, 2019

Adding and removing Submixes at runtime, then editing the preset causes the editor to crash. Tested in 4.22.3 (CL - 7053647), 4.23.1 (CL - 9631420), 4.24 (CL - 1050688), 4.25 (CL - 10069288) ...

Upgrading project results in loss of game input

UE - Gameplay - Input - Jan 7, 2020

Upgrading a marketplace creator's project to engine version 4.23.1 and above results in loss of (previously) working functionality with game input. ProjectDownload: [Link Removed] Tested in: 4.2 ...

Adding Niagara system to a projectile causes a crash

UE - Niagara - Jul 29, 2019

Adding a Niagara system to a BP_Projectile in a C++ First Person Project  and then restarting it causes the editor to crash. Tested in 4.21.2 (CL - 4753647), 4.22.3 (CL - 7053647), 4.23 (CL - 744 ...

Landscape 'crack free displacement' option causes landscape layer coords and UVs to be wrong

UE - LD & Modeling - Terrain - Landscape - Aug 25, 2015

If you check the 'crack free displacement' option in a landscape material, it seems to break the results of both the landscape layer coords and regular UV input node. Worldposition is not affected. ...

Procecdural Mesh Components without a material assigned crashes on conversion to Static Mesh

UE - Graphics Features - Aug 6, 2019

This bug doesn't occur in 4.21. The issue is at line 157 in ProceduralMeshComponentDetails.cpp . When the procedural mesh has a material the crash doesn't occur. File location: Runtime/ProceduralMe ...

Packaging Error When Setting Recast Nav Mesh Runtime Generation

UE - AI - Jan 25, 2016

Setting the Runtime Generation on the Recast Nav Mesh to a different preset than what is set in the Project Settings causes an error to appear upon trying to package the project, and causes the pack ...

Crashes when copying an array of actors that implement an interface into an array of interface references

UE - Gameplay - Sep 17, 2019

When assigning an array of actors that implement a specific interface to an array of the specific interface the engine crashes. This doesn't happen if the actor array is put through a for each loop ...