When playing in "New Editor Window" mode, entering the r.setres command does not change the screen size. This worked in UE4.27, but no longer works in UE5.0. ...
User's are reporting that after updating to 5.0 the editor crashes on start up. This happens when converting an old project, creating a new project, or attempting to open a project. Some are reporti ...
We have found an issue where children of editor-only actors get wrong transforms in PIE and cooked builds when placed inside level instances. This affects both engine version 5.5 and 5.6. The issue ...
In UE 5.6, heightmap texture compression was introduced. The original implementation did not consider duplicate pixels along subsection and shared textures (multi-component) boundaries. As a result, ...
Context: When editing SplineComponents in the level viewport, right clicking a spline point has a context menu action "Snap to nearest spline point". Problem: The problem is, Snap to nearest spline ...
The source of the problem seems to be using IOptionsSnapshot with a Singleton. Per the MS documentation for IOptionsSnapshot, "Is registered as Scoped and therefore can't be injected into a Singleto ...
A projectile brought over from 4.5.1 or earlier that does not have a Primitive Component as the Root, or removing the root from the projectile in 4.6, returns an error: "Movement component [Projecti ...
Text widget with Outline uses 2 LayerId levels to draw the outline and the text glyphs. This can be seen in function FSlateElementBatcher::AddShapedTextElement(), where lambda BuildFontGeometry() is ...