Shader Template files like MaterialTemplate.ush do not submit previous chunks when encountering a `%` character, unless that `%` character is `%s` or `% {...} `. Because the error is happening ...
When building reflection captures through the ResavePackages commandlet, it frequently triggers an ensure inside of ReflectionEnvironmentCapture.cpp. If distributed shader builds start causing prob ...
Control Rig settings are not retained between editor sessions or carried into deployed game ...
The Editor provides option "Project Settings – Engine – Input – Mouse Properties – Advanced – Use Mouse for Touch" to allow testing virtual joysticks and other touch controls with the mouse. When ru ...
This is a race condition caused by how "Clean.bat", a batch file used during rebuilds, tries to manually rebuild the UnrealBuildTool project when it runs. This causes a spam of UnrealBuildTool build ...
There is an error with the SmartMacroInterface, where you can't use an empty wildcard "Make Array" node. This error makes the blueprint not compile and the macro unusable. Disabling the bUseSimpleWi ...
A crash occurs when diffing a blueprint that contains an array that has changed from an Object Reference to a Soft Object Reference. Note: I figured that this could be related to another bug that I ...
This is not a regression. Tested in //UE5/Release-5.2 CL 26001984 The editor crashes when playing in editor on a level that has a break point placed on a ticking draw debug string node that is prec ...
When running in the Editor, actor owning a UCameraTestComponent that sets DesiredView.Rotation Pitch below -90 or over 90 will attach to the Editor Camera as if it was being piloted. The licensee re ...
Works fine in 2023.1 ...