Merging actors with two-sided materials produces incorrect results

UE - World Creation - Worldbuilding Tools - Merge Actor - Feb 24, 2020

Merging two actors using a two-sided material produce incorrect results. Notes: Tested with "Allow two-sided material" on and off, the same result is produced. The same issue can be seen when ge ...

Color picker does not change the color of a Vector Parameter in a Material Instance until the mouse button is released

UE - Graphics Features - Mar 11, 2020

This is a regression from 4.23.1 (CL-9631420). The color picker does not update in realtime anymore when holding down the left-mouse button. Only on mouse-release does it update. This was reported ...

Exporting a UE4 Animation into Maya results in wrong skin weight

UE - Editor - Content Pipeline - Datasmith - Importer - Apr 21, 2020

UE4 Mannequin animations are not exporting/importing correctly into Maya. The right hand is bulkier and the left shoulder is dislocated. This was reported and tested in 4.23.1 (CL-9631420). this w ...

incorrect virtual texture shader code(in FinalizeVirtualTextureFeedback) on Mobile forward platform

UE - Graphics Features - Mar 15, 2021

in the function FinalizeVirtualTextureFeedback, the micro "USE_DBUFFER && MATERIALDECALRESPONSEMASK" returns true on mobile forward, while there is no DBUFFER on Mobile forward obviously. This takes ...

SingleLayerWater is rendering brighter shallow water with fog

UE - Graphics Features - Jul 12, 2021

Shallow water areas in scenes with exponential height fog will be brighter than they should be. Possibly due to the fog being applied twice in the SingleLayerWater shading model. ...

Key input by Sequencer is missing in FBX output of parent-child actors

UE - Anim - Sequencer - Nov 15, 2021

This problem did not occur in 4.27.0. Animation is not output when outputting a hierarchical structure. Actor(A)   ┗Actor(B)     ┗Actor(C) This is how the attachments are registered, and the ke ...

Platform-specific defines not picked up by Intellisense

UE - Foundation - Cpp Tools - UnrealBuildTool - Aug 31, 2022

With the way PLATFORM_XSX, PLATFORM_PS5 etc. are defined, it seems intellisense doesn't know about them, because the .vcxproj only references the Win64 version of Definitions.h, and they are defined ...

Precomputed AO Mask renders with value of zero after building lighting

UE - Rendering Architecture - Materials - Jan 13, 2023

Regression: Tested in UE5/Release-5.0 at CL 20979098, this issue does not occur so it is a regression.  This issue occurs in 5.1 for both normal light building and GPU Lightmass building. In 5.0 th ...

r.SupportPointLightWholeSceneShadows Set to False Causes Crash When Trying to Place a PointLight

UE - Graphics Features - Jul 25, 2018

If you disable Support PointLightWholeSceneShadows and try to place a point light in a level the editor will crash.  Current work around is put shadows to low from engine scalability settings. Wor ...

Staging DLC is reportedly broken

UE - Foundation - Cpp Tools - Automation Tool - Dec 16, 2015

According to a licensee, StageFiles() is called with ExcludeWildcard that contains a directory name ("Engine/*") and bRecursive=true when building DLC. This is not supported by Directory.GetFiles(). ...