//UE5/Main - UE.EditorAutomation(RunTest=Physics) Win64 - CableActor_CableCameraActor6 and 2 tests failing due to cable actor disappearing

UE - Graphics Features - Feb 22, 2021

### The following test(s) failed: ##### BasicCableComponentMaterials: Project.Functional Tests./Game/Tests/Actor/CableActor.BasicCableComponentMaterials * LogAutomationController: Error: S ...

[Sound Submix] - Dry Level of a Submix is calculated differently whether or not there is an effect in the chain

UE - Audio - Submixes - Jan 21, 2021

There is a discrepancy is how the output volume of a submix is calculated when the effect chain is and is not populated. When there is no effect on the submix, the Dry Level adds additional gain to ...

Crash when changing to Mesh LOD Coloration view mode with Paper2D sprites

UE - Graphics Features - Jan 11, 2021

Crash in the editor when changing the view mode. This occurs because of a nullptr dereference of "InMaterialInterface" in the FDebugViewModeMaterialProxy constructor (Line 32 in DebugViewModeMateri ...

[Soundfield Submix][Crash] - Unreal Ambisonics Crashes on Packaged Game and in Standalone

UE - Audio - Submixes - Jan 11, 2021

Issue was reported by a user on the Unreal Engine forms. I tried to package the game with the other encoding options and this appears specific to using the Unreal Ambisonics option.  I have only co ...

Selecting multiple actors with differing DataTableHandles causes data loss

UE - Gameplay - Jan 4, 2021

The data table customization (and probably others) tries to aggressively clear out row references that are not valid in the table they point to. This breaks when selecting multiple actors or objects ...

Black viewport with artifacting when changing to MSAA with Forward Shading enabled

UE - Graphics Features - Dec 2, 2020

DID NOT OCCUR IN BP FPS PROJECT - might be ContentExamples specific This issue does not occur when forward shading is disabled. Viewport error reads: TOO MANY OVERLAPPING SHADOWED MOVABLE LIGHTS ...

DisplayName Metadata tag is not used in the SCS editor or the My Blueprints window

UE - Gameplay - Blueprint Editor - Nov 12, 2020

This also brings up a good point about how `FName::NameToDisplayString` works. Currently it will only remove a 'b' character if a boolean is given, which leads to inconsistent results throughout the ...

Linux Editor creates multiple installation identifiers for itself if Install.ini is removed

UE - Platform - Linux - Sep 17, 2020

The first ID contains brackets and a trailing slash while the second does not. Alternatively if the engine is opened with a .uproject argument no ID will be created until the "Open Project" dialog i ...

Niagara Parameter Collection Overrides aren't working

UE - Niagara - Aug 20, 2020

Parameter collection overrides defined in the Niagara system's System Properties do not work. In FNiagaraSystemSimulation::GetParameterCollectionInstance the return value of GetParameterCollectionO ...

Fix primitive uniform buffer validation.

UE - Rendering Architecture - RHI - Jul 31, 2020

GPUScene primitive validation is currently busted and asserts. It looks like there are two problems: 1) NaN's in the entries can cause comparison issues, so a MemCmp would be better. 2) There's a ...