Changing setting in RecastNavMesh breaks "reference" to NavMeshBoundsVolume

UE - AI - Mar 1, 2019

When you create a NavMeshBoundsVolume, it automatically creates a RecastNavMesh-Default. You can change the settings of the nav mesh there. However when you change settings of this RecastNavMesh it ...

Load times for the editor appear to have increased

UE - Graphics Features - May 3, 2019

The editor appears to have longer load time as compared to an older engine version (4.20.3 loaded in seconds while newer version appear to load the same project in over a minute) ...

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 ...

Asynchronous Image Loading from Disk Documentation leads to memory leak

Docs - Sep 18, 2019

The documentation example to create your own asynchronous image load from disk results in a memory leak that is noticeable using the task manager.  ...

Duplicating a static mesh with foliage attached breaks connection

UE - World Creation - Worldbuilding Tools - Foliage - Oct 9, 2019

Editor Crash when trying to get Color data from Vertex buffer

UE - Graphics Features - Nov 6, 2019

When attempting to get the vertex color of an instance of of a static mesh that is painted after placing it in the World Viewport. The Editor crashes returning an "Unhandled Exception". The cause o ...

Disabling Shadow Denoiser causes raytraced shadows from Rect Lights to disappear

UE - Graphics Features - Lumen - Nov 6, 2020

Disabling Shadow Denoiser causes raytraced shadows from Rect Lights to disappear ...

Animations are not recorded correctly when "Save Record Assets" is enabled.

UE - Anim - Sequencer - Jul 21, 2021

If I disable "Save Record Assets", all animations are recorded. I have checked the implementation of bSaveRecordedAssets, but I am not sure if this is the intended implementation. ...