When rendering with forward rendering, the ComposeSeparateTranslucency call is called even when separate translucency is not enabled. Additionally, Downsample.HalfResolutionSceenColor gets called ev ...
When we use the FSkeletalMeshMerge utility, material slot names are lost on the resulting mesh. We should at least transfer the first slot name found for a given material. ...
This is a regression from 4.24.3 (CL-11590370). Removing a pin on a Niagara Module Script parameter will removed the variable as well. This was reported and tested in 4.25 Preview 2 (CL-12055273) ...
The heightmap and weightmaps were created using Terresculptor, and exported in the correct format. If you import everything except the layermaps, the landscape is generated and the layers can be pai ...
When adding a new subfolder in the Levels window all the sublevels in that parent folder move to the new sublevel. Currently you have to create all the sub folders then move the sublevels to keep th ...
This is a regression from 4.24.3 CL 11590370 This was discovered when ad-hoc from home I ran into this by running this set up https://docs.unrealengine.com/en-US/Engine/Rendering/Materials/HowTo/Cle ...
Importing two or more Textures into the Material Editor results in a crash. This is a regression from 4.24.3 (CL-11590370) as well. This was reported and tested in 4.25 Preview 2 (CL-12055273) and ...
The left menu button on Oculus Touch doesn't have it's input received when it is assigned to an action mapping. This looks like it stopped working after SteamVR was integrated into the engine. Foun ...
Set critical because loosing settings is dangerous. This is not a regression, the bug is in 4.22 and earlier version. We have to save all options of the LODInfo, currently nothing is saved. Also sh ...
UDIM textures have default Tiling Method set to Wrap but causes incorrect filtering on edges. It should be set to Clamp or Mirror by default. ...