App crashes when executing 'Export to Disk' node on Android

UE - Platform - Mobile - Aug 11, 2020

Regression is unconfirmed ...

Assets are not discoverable after re-adding Feature Pack to project

UE - Editor - Content Pipeline - Content Browser - Aug 11, 2020

.uasset files that were deleted then re-added to the Content Browser are not properly discovered and added to the explorer. I have confirmed these assets are still on disk within Windows Explorer. T ...

Niagara preview viewport and timeline are locked to 30fps

UE - Niagara - Aug 10, 2020

The Niagara preview viewport seems to be fixed at a 30fps update time, which makes it difficult to fine-tune short lifetime FX. It would be good to either have options for viewport max fps, or for s ...

Text3d renders backwards.

UE - Rendering Architecture - RHI - Aug 10, 2020

When adding a Text3D actor (after placed as Child Component), into viewport the actor renders backward and not as expected. I was able to reproduce this issue in 4.25.3, but did not have this issue ...

UBT relies on a stale Multitouch framework location

UE - Platform - Apple - Aug 10, 2020

UBT complains about not being able to locate Multitouch.framework ...

D3D device being lost ( DXGI_ERROR_DEVICE_REMOVED ) on both D3D11 and D3D12

UE - Rendering Architecture - RHI - Aug 10, 2020

It is hard to reproduce, but a licensee reported in UDN that it crashed on his computer frequently. He provided two crash dumps with logs which I uploaded here.[Link Removed][Link Removed] OS: W ...

Creating/Destroying UWorlds rapidly can cause dangling pointers from UAutoDestroySubsystem

UE - Gameplay - Aug 10, 2020

To summarize what I'm seeing there, a bunch of UObjects relating to that world have been destroyed but not all destructed. The UAutoDestroySubsystem pointer is still on the static tickable list, and ...

Compsure crashes when reordering transform passes

UE - Graphics Features - Aug 10, 2020

Re-ording the Transformpass array results in a crash of the engine. Link to repro video: [Link Removed] ...

Modulated Shadow doesn't work

UE - Platform - Mobile - Aug 7, 2020

4.22 is working On Mobile sometimes Modulated Shadow is useful for Cast custom color and value Shadows on Unlit objects(custom celshading for example) ...

Crash when destroying a geometry collection actor

UE - Simulation - Physics - Aug 7, 2020

When an actor with geometry collection is destroyed, the engine doesn't remove elements from array in the ChaosSolver So illegal references occurs. Removing element with following quick fix code ...