QueryOnly SkeletalMeshComponent causes collisions

UE - Simulation - Physics - Jun 19, 2019

A SkeletalMeshComponent set to query only physics still interacts with collision. This is a regression from 4.21 Seems to be a side effect from a change to GetCollisionEnabled_CheckOwner ...

Editor crash when setting r.UniformBufferPooling to 0.

UE - Graphics Features - Jul 8, 2019

tvOS/IOS: Fails to Build with dSYM Options Enabled Due to DsymExporter Erroring Out

UE - Platform - Mobile - Jan 22, 2019

When attempting to package for tvOS or iOS with the generate dSYM options enabled, numerous instances of the following errors occur:[2019.01.21-20.53.35:739][138]UATHelper: Packaging (tvOS): [2019 ...

Incorrect data type in FDumpFPSChartToEndpoint::DumpChart()

UE - Foundation - Core - Jul 11, 2019

The TotalTime variable in the FDumpFPSChartToEndpoint::DumpChart() function has recently been changed to int32 when it should be double. Tested in 4.21.2 (CL - 4753647), 4.22.3 (CL - 7053647), 4.23 ...

Unable to save an Editor Utility Widget when it is running

Tools - Jun 12, 2019

Unable to save an Editor Utility Widget when it is running ...

Niagara Mesh Particles do not face camera when using Camera Position facing mode

UE - Niagara - Jul 12, 2019

Niagara mesh particles will not face the camera when using camera position as the facing mode. The particles seem to face the direction the would if their position was at the origin. ...

Custom Render Passes in Sequencer and High Res Screenshots are rendered incorrectly in HDR with DX12 and r.PostProcessingColorFormat=1

UE - Graphics Features - Jul 16, 2019

Buffer visualizations rendered in HDR through the high res screenshot tool or sequencer using DX12 and r.postprocessingcolorformat 1 will result in renders that only capture the first row of pixels. ...

RestrictedToClasses UCLASS Meta expects space delimiters but documentation shows comma delimiters

UE - Gameplay - Jul 19, 2019

The documentation: https://docs.unrealengine.com/en-US/Programming/UnrealArchitecture/Reference/Metadata/index.html shows the RestrictedToClasses meta syntax as being RestrictedToClasses="Class1, C ...

The MultiGate Node can have more than 32 output pins

UE - Gameplay - Jul 22, 2019

The MultiGate Node is able to have more than 32 output pins. Found in 4.22.3 CL#7053642 Reproduced in 4.21.2 CL#475421, 4.23 Preview 2 CL#7321677, 4.24Main CL#7473682 ...