Crash in BuildVisibleDecalList

UE - Graphics Features - Nov 16, 2021

"Base Pass Shader" stat results are missing or display incorrect information while using Vulkan

UE - Rendering Architecture - Shaders - Nov 15, 2021

Base Pass Shader results are not showing, or showing up incorrectly when looking at the Stats results within the material editor of an Unreal Editor using Vulkan. Regression Tested: //UE4/Release-4 ...

When multiple actors are selected, they have different undo behavior in the details panel

UE - Editor - Workflow Systems - Nov 15, 2021

When the text in spinbox has focus, it doesn't get the change notification externally. It may also be worth noting that ctrl z or ctrl y also do not get bubbled up to undo the text box values. It a ...

Reimporting an FBX causes invalid collision on Spline Mesh Components (Chaos)

UE - Editor - Content Pipeline - Import and Export - Nov 11, 2021

Reported in UDN: [Link Removed] Reimporting a static mesh asset from an FBX file causes collision to disappear on spline meshes referencing the static mesh asset. In investigating this in 4.27, I ...

Content browser folder names are allowed to use parentheses, which are disallowed by object paths

UE - Editor - Content Pipeline - Content Browser - Nov 10, 2021

The content browser compares folder names against INVALID_LONGPACKAGE_CHARACTERS, which allows parentheses. However, object paths compare against INVALID_OBJECTPATH_CHARACTERS, which disallow parent ...

No sound plays when using Oculus Spatialization Plugin

UE - Audio - Spatialization - Nov 10, 2021

The Oculus spatialization option is not producing sounds. In Test Rail I can see that the test related to this passed April 2021 in UE4. In UE5 it passed on Early Access in February 2021. ...

No sound plays when using Built-In Spatialization or Simple ITD plugins

UE - Audio - Spatialization - Nov 10, 2021

No audio can be heard when using the Built-In Spatialization plugin. This is a regression from 4.26. Occurs in 4.27 and 5.0. ...

TransformVector WorldToTangent in Material editor seems to form incorrect HLSL

UE - Rendering Architecture - Materials - Nov 9, 2021

MakeMaterialAttributes and LandscapeLayerBlend produce unexcepted results for WorldPositionOffset

UE - Rendering Architecture - Materials - Nov 8, 2021

For comparison, this issue doesn't seem to occur when recreating the setup with Set Material Attributes/GetMaterialAttributes. It seems isolated to the Make/Break nodes. ...