Crash saving blueprint with a Get Float Attribute node and the attribute pin is set inline

UE - Foundation - Core - May 5, 2020

REGRESSION: Does not occur in 4.24 Crash occurs when saving a blueprint that is using a Get Float Attribute node and the Attribute pin is set inline. Does not occur if the pin is connected. ...

Android launch images change size while onscreen

UE - Platform - Mobile - May 4, 2020

This was reproduced both in Match 3 and a new BP project with a custom launch image. Note that on Pixel 2 the BP project behaves a little differently than Match3. It displays in full size, then s ...

Able to name function parameters "self", resulting in odd compile errors in blueprints

UE - Gameplay - Blueprint Compiler - May 4, 2020

Users are able to name function parameters (in BP and in code) "self" resulting in odd compile errors when in blueprints: "This blueprint (self) is not a bool, therefore ' Self ' must have a connec ...

Clion isn't recognized on Linux

UE - Platform - Linux - May 4, 2020

Setting CLion as the default IDE causes Unreal to not recognize it as a compiler. You are unable to compile C++ projects or create new ones with it set this way. This was reported and tested in 4. ...

GetMousePosition - top and left edges incorrect on Linux

UE - Platform - Linux - May 4, 2020

At times if the cursor is in the top/left edges the x/y get mouse position can fail ...

Disable "Deferred Rendering" option in Movie Render Queue doesn't work

UE - Anim - Sequencer - May 4, 2020

Disable "Deferred Rendering" option in Movie Render Queue doesn't work and still renders the deferred pass. Currently you have to delete the Deferred Render config option completely to get the expec ...

Changing WidgetComponent's Background Color doesn't update the widget's background color

UE - Editor - UI Systems - Apr 29, 2020

It appears that changing the Background Color of a widget component doesn't immediately update the widget's render target. Toggling "Draw at Desired Size", however, does get the changes to reflect i ...

Duplicate object assert on ClothConfigNv object creation.

UE - Simulation - Physics - Character - Apr 29, 2020

It looks like there are situations where the deprecated config hasn't finished loading before the config map items are recreated causing the assertion: Assertion: Attempting to replace an object th ...

Materials using Texture 2D Arrays fail to compile

UE - Graphics Features - Apr 29, 2020

REGRESSION: Does not occur in 4.24 Materials using Texture 2D Arrays have the following errors:[SM5] /Engine/Generated/Material.ush(2225,107-114): error X3004: undeclared identifier 'Material' [S ...

FIOSInputInterface::SendControllerEvents crash due to UIInterfaceOrientation call from game thread

UE - Platform - Mobile - Apr 29, 2020

From [Link Removed], licensee reports We believe that querying the UIInterfaceOrientation via UIApplication on the game thread is the issue here. We have made changes to IOSInputInterface.cpp and I ...