User focus navigation does not respect Wrap setting for Prev/Next

UE - Editor - UI Systems - Oct 11, 2018

Using Tab/Shift+Tab to navigates between all buttons on the player screen instead of the buttons that are constrained within an overlay Tested in 4.19.2 (CL - 4033788), 4.20.3 (CL - 4369336), 4.2 ...

Incorrect Particle Translation When Reactivated

UE - Niagara - Oct 30, 2018

When attaching a ribbon particle system to a moving object, undesired/unexpected effects take place when the object moves out of camera view.  Found in 4.19 CL# 4033788, 4.20 CL# 4369336, 4.21 CL# ...

When Both AnimMontage and AnimationTrack are Playing, the Blending Results are Different from Expectation

UE - Anim - Sequencer - Dec 11, 2018

When Slot animation by AnimMontage and AnimationTrack is done at the same time, the blend result differs from expectation. Probably because if AnimMontage's loop playback by EventTrack is executed, ...

CircleDOF Creates Artifacts When Close to a Translucent Surface With an Object Behind It

UE - Graphics Features - Dec 19, 2018

With CircleDOF enabled artifacts will occur when getting close to a translucent plane with an object behind it. This does not occur with any other DOF method or if "Render After DOF" is disabled in ...

BuildGraph builds some tools for Win32 even if Win32 is excluded from the build

UE - Foundation - Cpp Tools - Jan 16, 2019

When creating a local binary build of the Engine using the BuildGraph, there are several tools that are built for Win32 even if Win32 was specifically excluded from the BuildGraph (ie. -set:WithWin3 ...

Procedural Foliage Volume: Simulate() function doesn't work in Blue Print

UE - World Creation - Worldbuilding Tools - Foliage - May 10, 2019

Procedural Foliage Volumes can be resimulated by clicking the Resimulate button. But they can't be resimulated from Blueprints, even if there is a Simulate() function that can be executed. Found in ...

Packaged Dedicated Server will not regenerate navmesh around instanced mesh

UE - AI - Jun 6, 2019

The foliage instanced mesh, as well as ISM and HISM components both appears to be unable to export navmesh data for generation once we introduce a change in the contents. This error only shows up in ...

Sequencer bindings are lost when creating Sequence Player after loading a Sublevel

UE - Anim - Sequencer - Jun 26, 2019

Sequencer bindings are lost when creating Sequence Player after loading a Sublevel using LoadLevelInstance. This was reported and tested in 4.21.2 (CL-4753647). This was reproduced in 4.22.3 (CL-7 ...

Niagara Sample Static Mesh. Source Not Working

UE - Niagara - Jul 7, 2019

Static meshes are not rendered as particles when using the Static mesh module in Niagara and setting its source to a static mesh in the scene. Tested in 4.21.2 (CL -  4753647), 4.22 (CL - 7053647), ...

Instanced RepNotify variable doesn't update on client if altered in level

UE - Networking - Jul 8, 2019

An instance editable Rep Notify variable will not update on Rep Notify if an instance of if is edited in a scene. A demonstration project can be found here: [Link Removed] Found in 4.22 CL#7053642 ...