Potential Memory Leak with Disaster Recovery Plugin

Tools - Aug 12, 2019

Enabling the disaster recovery plugin causes a memory leak when importing and editing a large amount of textures. This can result in either a system lockup or a crash. ...

Deferred Decals Fade In With No Fade Duration Set

UE - Graphics Features - Aug 9, 2019

Decals fading in with Fade Duration set to zero. Found in 4.21 CL# 4753647, 4.22 CL# 7053642, 4.23 Preview 5 CL# 7838574 ...

Audio tracks with multiple subtracks will paste parent track when a subtrack is copied and pasted in Sequencer

UE - Anim - Sequencer - Aug 8, 2019

Copying and pasting audio subtracks will paste the parent track and its subtracks not just the selected subtrack. ...

The packaged build of a project that has a strong pointer initialized to nullptr immediately closes on launch

UE - Foundation - Core - Aug 2, 2019

When a strong pointer is set to null the packaged build of the game will immediately close. No crash logs were were made and no Saved folder was made (<Project Name>/Saved/Logs). An example project ...

Interpolators of Particle Dynamic Parameters Need "nointerpolation".

UE - Niagara - Aug 1, 2019

Regardless Niagara or Cascade, dynamic parameters for particles are passed to pixel shaders from vertex shaders via InterpolantsVSToPS. It can cause a precision error on some materials, for example ...

A Niagara system will only use one spawn rate curve when it has more than one emitter with different spawn rate curves

UE - Niagara - Jul 19, 2019

Systems that have more than one emitter that both have unique spawn rate curves will only used the most recently added emitter's spawn rate curve for all emitters. ...

"Render in main pass" setting appears to be ignored when using ES3 and "Render in Custom Depth" is enabled

UE - Platform - Mobile - Jul 17, 2019

it appears that meshes cannot be removed from the main pass and still write to the custom depth pass when using ES3.1 ...

On static mesh import correctly named materials in project aren't automatically applied

UE - Editor - Content Pipeline - Import and Export - Jul 16, 2019

When importing a static mesh into a project with the appropriately named materials in it already they won't apply to the mesh automatically when setting Search Location to All Assets without being i ...

Replay System throws an Ensure during demoplay when calling it in a different Level

UE - Networking - Jul 10, 2019

Replay System throws an Ensure during demoplay when calling it in a different Level. The error is thrown at Source\Runtime\Engine\Private\RepLayout.cpp]. It does not prevent the Replay from being pl ...

GetPackageLengthForCooking can be much larger than the actual file path length

Tools - Jul 10, 2019

If the file path with the asset contains a project name, the cooking file pathlength is incorrectly increased. The following code in ContentBrowserUtils :: GetPackageLengthForCooking causes this is ...