Incorrect number of parameters in empty Shipping version of the DrawDebugString() function signature

UE - Foundation - Core - Mar 26, 2019

The DrawDebugString() function has to versions. One is the actual function to display a string of debug text in non-Shipping builds, and the other is an empty function that is used in Shipping build ...

Array index out of range with StopTree

UE - AI - Mar 26, 2019

Crashes when exiting PIE while executing multiple async tasks. By explicitly executing EndTask and FinishAbort of RecieveAbort, this caused by performing out-of-range in array access to InstanceStac ...

Niagara GPU Emitter Flickering at Certain Angles When the System Origin is Occluded

UE - Niagara - Mar 25, 2019

Niagara GPU Particle Flickering at Certain Angles When the System Origin is Occluded. Found in 4.20 CL# 4369336, 4.21 CL# 4753647, 4.22 Preview 6 CL# 5439949, and 4.23 CL# 5533539 ...

Niagara Mesh Renderer Incorrectly Rendering Mesh at Distances When Using Two Sided Material

UE - Niagara - Mar 25, 2019

Niagara Mesh Renderer Incorrectly Rendering Mesh at Distances When Using Two Sided Material.  Working as expected in 4.20 CL# 4369336 and 4.21 CL# 4753647 Found in 4.22 Preview 6 CL# 5439949 and 4 ...

Editor crashes when using Convolution Bloom executing High Resolution screenshot.

UE - Graphics Features - Mar 25, 2019

I confirmed in UE4.21.2. I attached the project to reproducte the problem. ...

ForceActorRelevantNextUpdate will only force an update on the first connection

UE - Networking - Mar 21, 2019

The ForceActorRelevantNextUpdate will only trigger an update on the first connection in the list. Note that the ForceActorRelevantNextUpdate does not work on dynamic actors since their ActorChannel ...

Editor will freeze if anim composite has an animation with a notify and length of 0

OLD - Anim - Mar 21, 2019

An anim composite will freeze the editor if one of its animation segments has a a notify and a length of 0 or less. Debugging shows that the engine is stuck inside UAnimSequenceBase::GetAnimNotifies ...

ProxyGenerationData is not handling error correctly

Tools - Mar 19, 2019

The bug can create a deadlock ...

Setting spline in Niagara Override Parameters corrupts system after closing level

UE - Niagara - Mar 19, 2019

The USplineComponent appears to be corrupted. It will pass the null check, but operations done on the data cause the engine to crash. (See the linked UDN for more details) ...

Crash on loading pre-4.20 cloth data when compute skin cache is enabled in 4.21

UE - Graphics Features - Mar 19, 2019

According to information from the licensee, the else clause was added to "FSkeletalMeshLODModel::(GetClothMappingData()" at CL 4437969 , but if it is the cloth data existing from 4.20 or earlier, it ...