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

Network profiler crash

UE - Networking - Aug 6, 2020

Running with the -networkprofiler command line argument can crash the server on the first engine tick in FNetworkProfiler::TrackFrameBegin because the file writer archive hasn't been created yet. ...

Crash launch application adding .umap url

UE - Foundation - Core - Aug 6, 2020

The application crashes when adding ".umap" to the launch map at application launch. If not specify ".umap", it will be able to launch application. There appears to be a failure to parse the URL. Th ...

Crash copying Geometry Cache Track in Sequencer

UE - Anim - Sequencer - Aug 6, 2020

Geometry cache section  will crash in PostLoad when track is copied. See UDN for alternative repro steps and more info on attached repro project. ...

Add Chunks button in asset audit tool does not function because of name compare problem

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

The Asset Audit window uses the content browser to display information about both real assets and fake assets like chunk definitions. When you hit the Add Chunks button, it adds several fake assets ...

HideCategories metadata does not hide native Component categories when viewing the root actor

UE - Gameplay - Blueprint Editor - Aug 4, 2020

Seems like we are probably just missing a metadata check when drawing the details of the actor instance, and it is only doing the check for drawing ActorComponent details.  ...

RetargetSource in AnimSeqeuence doesn't affect DDC key

UE - Anim - Runtime - Aug 4, 2020

Retarget source doesn't affect DDC key, so it causes incorrect result. Changing the anim sequence DDC key generation to include it fixes this issue. ...