Crash when duplicating the Child Actor Component class

UE - Gameplay - Components - Jun 3, 2019

Creating a blueprint class with a child actor component and setting its actor class to Point Light, then copying and pasting it causes the editor to crash. Tested in 4.21.2 (CL - 4753647), 4.22.1 ...

Nested Structs don't work in the details panel

UE - Editor - UI Systems - Slate - Jun 3, 2019

Nested structs do not expand in the details panel whenever opening it in the full Blueprint Editor. Tested in 4.20.3 (CL - 4369336), 4.21.2 (CL - 4753647), 4.22.1 (CL - 6063286), 4.23 (CL - 66842 ...

WorldNormal no longer works on deferred decals

UE - Graphics Features - May 31, 2019

The SceneTexture:WorldNormal is not taking in direction for color when used on deferred decals. As a result, the decals using this node always show up as grey. Tested in 4.21.2 (CL - 4753647), 4. ...

Float values are changed slightly in blueprints

UE - Editor - UI Systems - Slate - May 23, 2019

Some float values appear to be slightly altered when they are input into a float field in blueprints. For example 2.6 will be changed to 2.599999. Regression: This did not appear to occur in the 4 ...

Renaming a Collapsed node containing a function with the same name will rename both the function and the collapsed node

UE - Gameplay - Blueprint - May 22, 2019

If a collapsed node graph shares the name of a function that resides in the node graph, it will be renamed along with the collapsed node graph if the Collapsed node graph is renamed. ...

Project fails to package when given the name "Test" and Encrypt Pak ini Files is enabled

UE - Foundation - Core - May 22, 2019

Project fails to package when given the name "Test" and Encrypt Pak ini Files is enabled Error: UATHelper: Packaging (Windows (64-bit)): ERROR: No target name was specified on the command-line. ...

Wrong IDE loads when Visual Studio 2019 is selected

UE - Foundation - Cpp Tools - May 22, 2019

Visual Studio 2019 does not load even when it is selected as the chosen IDE. Instead the editor loads Visual Studio 2017. If you create a new C++ class after switching the IDE and restarting the Edi ...

AnimCurveCompressionSettings is reset to CompressedRichCurve at editor startup

OLD - Anim - May 21, 2019

AnimCurveCompressionSettings's codec is reset to CompressedRichCurve when user open the project, so user can not keep the state changed to UniformlySampled. The following code in the constructor of ...

ActorActionUtility / AssetActionUtility does NOT properly work if function has struct paramter

Tools - May 21, 2019

ActorActionUtility / AssetActionUtility use SStructureDetailsView  to show dialog for editing function's parameter ( FBlutilityMenuExtensions::CreateBlutilityActionsMenu ).  But SStructureDetailsVi ...

Smart Nav Links created via Load Level Instance are broken, but Simple Nav Links are fine

UE - AI - May 20, 2019

Maps brought in via Load Level Instance that contain Nav Link Proxys configured to use the Smart Link instead of the Simple Link end up creating a link at the center of the world instead of their ac ...