SceneCaptureComponent2D leaks a ton of memory in a Packaged Build

UE - Virtual Production - Mar 12, 2020

This was initially reported in VR but the leak happens in a non-VR setup and environment. GPU utilization jumps to 84% in 4.23.1 and 98%+ in 4.24.3, 4.25, and 4.26. Tested GPUs were GTX 980 and GTX ...

Soft Object unloads after some time when stored in a Blackboard

UE - AI - Mar 11, 2020

When loading a Soft Object and directly placing the loaded Object into a Blackboard, after about 2 minutes the Object will unload and become null inside the Blackboard. This issue only occurs in a p ...

Sublevels Move To New Subfolders Automatically When New Ones Are Made

Tools - Mar 11, 2020

When adding a new subfolder in the Levels window all the sublevels in that parent folder move to the new sublevel. Currently you have to create all the sub folders then move the sublevels to keep th ...

Opening map assets from "Open World Demo Collection" causes engine to freeze

Docs - Samples - Mar 9, 2020

Opening map assets from the "Open World Demo Collection" sample results in the engine freezing. No crash occurs, just a lock up of the engine at 75%. There is the possibility that it could take s ...

Draw Brush Polys is not displayed when Separate Translucency is enabled

UE - Rendering Architecture - RHI - Mar 9, 2020

This is working properly in 4.21.2 ...

When importing Destructible Mesh chunks, the imported chunks are larger than the Mesh

UE - Simulation - Physics - Destruction - Mar 6, 2020

The Imported Destructible Mesh chucks are not to scale when compared the original mesh and appear much larger. This was reported and tested in 4.23.1 (CL-9631420). This was reproduced in 4.24.3 (CL ...

Navmesh seems to have buggy behavior when interacting with HISMCs that programmatically set mesh via SetStaticMesh.

UE - AI - Mar 6, 2020

Both versions works correctly if HISMC is pre-placed (generated in ConstructionScript). Only when generated dynamically does it fails. The Navmesh isn't being updated after SetStaticMesh and AddInst ...

Engine Crashes On Scene Close When An Actor Is Spawned With Templated FActorSpawnParameters

UE - Simulation - Physics - Mar 5, 2020

When an actor is spawned with Spawn Parameters that are templated the engine crashes when closing a scene. This wasn't happening when there wasn't a physics constraint on the spawned blueprint. Thi ...

Handheld AR On IPad Has Dark Contrast Issues And Constant Screen Tearing When Mobile HDR Is Disabled

UE - Platform - XR - Mar 4, 2020

When MobileHDR is disabled in a packaged AR project for iOS there is a big constrast with the brightness in the image and constant screen tearing. This is happening specifically with images captured ...

Crash when mousing over array parameter in Blueprint function graph while debugging

UE - Gameplay - Blueprint Editor - Mar 3, 2020

Mousing over an array input inside a Blueprint function can lead to a crash. For this to occur, the first parameter of the function must be a User Defined Struct.  ...