Adding Regular Expression information to the project.build.cs no longer works

UE - Foundation - Cpp Tools - UnrealBuildTool - Feb 23, 2022

This worked in previous releases, but changed around 4.27.2 and Early Access. This prevents users from using C# regular expressions. ...

Example 1.3: Constraint Profiles animation not working in ContentExamples

UE - Content - Content Example - Mar 25, 2022

This bug does not occur in //UE5/Release-5.0-EarlyAccess or in Release-4.27 making it a regression.  This also occurs in //UE5/Main  ...

Crash happens when changing Animation Mode to any other mode while a Control Rig is selected.

UE - Anim - Rigging - Control Rig - May 17, 2022

This is a regression. Tested in //UE4/Release-4.27 CL18319896 An assertion is thrown when changing Animation Mode to any other mode while a Control Rig is selected. ...

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

Stat AI reports AI rendered regardless of frustum

UE - Graphics Features - Jun 23, 2022

This is a regression tested in //UE4/Release-4.27 CL#18319896 Stat AI reports AI rendered regardless of frustum setting.  ...

Child component reports Parent during On Hit events instead of itself

UE - Simulation - Physics - Solver - Sep 12, 2022

This is a regression tested in //UE4/Release-4.27 cl18319896 Child collision component reports its' Parent during On Hit events instead of itself.  ...

[CrashReport] UnrealEditor-AppFramework!SColorPicker::HandleParentWindowClosed(TSharedRef<SWindow,1> const &) [SColorPicker.cpp:1530]

UE - Editor - UI Systems - Sep 26, 2022

Generated from CrashReporter This is NOT a regression. Tested in //UE4/Release-4.27 at CL18319896 Tested in //UE5/Main at CL 22175708 - Issue did not occur ...

Can't connect Date Time and Time Spawn pins to math nodes

UE - Gameplay - Blueprint Editor - Feb 2, 2023

we can do a "cheap fix" here by adding the "IgnoreTypePromotion" metadata to the date time functions, but there are some underlying issues with the FindBestMatching func in this case causing it to f ...

Light function materials using WorldPosition do not render correctly to volumetric fog if there is more than one

UE - Graphics Features - Mar 27, 2023

There is a one-line fix for this in a shader file, see their PR on GitHub:https://github.com/EpicGames/UnrealEngine/pull/10251/files ...

Start time of subtitle gets incorrectly modified at runtime

Tools - Apr 14, 2016

The time field of a subtitle is incremented incorrectly at runtime. This is caused by the wrong array being modified by the subtitle manager when queuing subtitles. A fix is provided by the licensee ...