Sprite does not have a UV1 G channel.

UE - Niagara - Jun 16, 2022

The R channel of UV1 is not a problem. ...

Ensure occurs if the decal scale is set to a very small value

UE - Graphics Features - Jun 15, 2022

The variable emitting this ensure (RelativeWorldToDecalMatrix) is not actually used, so this line can be removed. FDeferredDecalPS::SetParameters ... const FLargeWorldRenderPosition AbsoluteOri ...

HLOD build fails depending on the value of Loading Range in the World Settings

UE - World Creation - Worldbuilding Tools - HLOD - Jun 14, 2022

HLOD actors are generated on the outliner, but no geometry is generated. An error occurs in the output log. ...

Crash while using Geometry Scripting to add an Array of Vector 2D data to 'Append Buffers to Mesh' node UV0 input pin

UE - LD & Modeling - Modeling Tools - Jun 13, 2022

Geometry Scripting plugin isn't available for 4.27.2, and the behavior is the same 5.0.1. Crash while using Geometry Scripting to add an Array of Vector 2D data to 'Append Buffers to Mesh' node UV0 ...

C++ Actor Component is removed from Actors in scene when the Editor is restarted

UE - Foundation - Jun 8, 2022

This is a regression tested in //UE4/Release-4.27 CL#18319896 C++ Actor Component is removed from Actors in scene when the Editor is restarted. ...

GPU Lightmass ignores IES Profiles on Static Lights while building lighting

UE - Graphics Features - Jun 8, 2022

This is a regression tested in //UE4/Release-4.27 CL#18319896 GPU Lightmass ignores IES Profiles on Static Lights while building lighting. Tested with different Global Illumination and Reflection s ...

Some Niagara Fluid systems are not visible in a packaged project

UE - Niagara - Jun 7, 2022

Previously packaging caused a crash with this system. This was fixed, but now the system is no longer visible when packaged. ...

Crash when changing details of an animation in an Animation Composite

UE - Anim - Jun 7, 2022

This is a regression tested in //UE4/Release-4.27 CL#18319896 Fatal error is thrown and the Editor crashes when changing details of an animation in an Animation Composite. ...

Improper include generated when C++ class is in a subdirectory

UE - Editor - Workflow Systems - Jun 7, 2022

This is not a regression from 4.27.2, however, a similar issue was fixed in 4.26. Generating a C++ class that is in a subdirectory generates the #include "Subdirectory/Class.h" instead of #include ...