FXAA artefacts on smaller/distant detail

UE - Graphics Features - Nov 23, 2021

Image Media Source does not display properly on Mobile

Media Framework - Nov 17, 2021

Image Media Source does not display properly on Mobile Regression Unconfirmed, can't check issue in 4.26, because project can't be opened on that version. ...

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

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

Layer blending not detecting compilation errors correctly when linked to material functions

UE - Rendering Architecture - Materials - Nov 9, 2021

This may be more of an error when detecting the input when layer blending is being used (as we've seen in other functions), rather than it necessarily being an error with the compilation of the stan ...

Camera manager will not tick if the game is paused on begin play or possessed events

UE - Gameplay - Nov 4, 2021

This is an interesting bug because it is only happening on BeginPlay. I guess that there is some order of operations that the camera manager uses during creation that will stop if the game is paused ...