Unreal Insights does not recognize Android if connecting with USB cable

UE - Foundation - Insights - May 13, 2022

Unreal Insights doesn't recognize USB-connected Android in UE5, even with the same flow as UE4.27. By the way, I checked UECommandLine.txt, but I didn't find any issue. It may be related to the nee ...

Migrate away from deprecated JCenter

UE - Platform - Mobile - May 12, 2022

Since JCenter is already obsolete, we will get an error when we try to use JCenter( e.g.  project using Facebook SDK for Android). This issue can be solved by adding mavenCentral() to the repositor ...

Render Target shows checkerboard when attached to SceneCapture2D

UE - Graphics Features - May 12, 2022

When attaching a Render Target to SceneCapture2D the user is shown a checkerboard instead of the capture. The sample image shows the capture but not when it's opened.  This also occurs in UE 4.27 ...

Scene Capture Cube causing distortion with Water plugin enabled

UE - Graphics Features - May 11, 2022

The viewport of a SceneCaptureCube with CubeRenderTarget attached while having a large body of water on the screen causes some video distortion.  While this does not occur in UE 4.27, the view is s ...

Retargeting Pose From Mesh Does Not Retarget With Source Mesh Component and Skeletal Mesh Variable Types

UE - Anim - Rigging - Retargeting - May 11, 2022

Occurs 5/5 times *Regression *does not occur: No Retargeting Pose From Mesh node in //UE4/Release-4.27.2. Retarget Pose From Mesh node does not retarget when used with Source Mesh Component and Sk ...

Changing a variable type inside of a Structure does not always reset it's value to the default value causing "Cannot parse value" error

UE - Gameplay - Blueprint Compiler - May 11, 2022

Changing a variable type inside of a Structure does not always reset it's default value causing "Cannot parse value" error. Upon changing the default value or adding another, different variable type ...

Root component transform is reset after reparenting an Actor-based BP with a non-native root to a parent with a native root.

UE - Gameplay - Blueprint - May 10, 2022

Two conditions for this bug to appear:The new actor class we are re-parenting to overwrites the root component in C++The map is not loaded while re-parenting No current workaround other than to rep ...

Assertion fails when a struct is opened with a BP class reference stored and with that struct as a variable in the BP class that's referenced.

UE - Gameplay - Blueprint - May 10, 2022

Assertion fails when a struct is opened with a class reference stored and with the struct as a variable in the class that's referenced. A restart is required in order to see this occur. Repro Rate: ...

Palette panel favorites category no longer stores more than 1 favorite at a time

UE - Editor - UI Systems - UMG - May 10, 2022

This is a regression from 4.27.2 CL18319896 The favorites category within the User Widget's palette no longer stores more than 1 favorite at a time. Each time a new favorite is starred it replaces ...

Preview weight on Landscape Layer Sample affects Grass Output on landscape disregarding layer info

UE - LD & Modeling - Terrain - Landscape - May 10, 2022

Preview weight on Landscape Layer Sample affects Grass Output on landscape disregarding layer info Repro Rate: 3/3 Tested this in //UE4/Release-4.27 @ CL#18319896 and the issue did NOT occur there ...