Selected Objects Turn Pink in Lightmap Density View Mode

UE - Graphics Features - May 17, 2019

Selected Objects Turn Pink in Lightmap Density View Mode. Works as expected in 4.21 CL# 4753647 Found in 4.22 CL# 6063286 and 4.23 CL# 6395561 This is a regression. ...

Widget animation does not evaluate visibility correctly when played

UE - Anim - Sequencer - May 17, 2019

Widget animation does not evaluate visibility correctly when played. This does work though when scrubbing over the key. Regression: No this also occurs in 4.22 ...

SceneCapture2D Component Show Flags that are Modified in a Blueprint initially are Copied not Referenced

UE - Graphics Features - May 17, 2019

If you disable show flags in a SceneCapture2D component of a Blueprint, trying to re-enable them in the Blueprint will not update instances in a level. Anything that was left alone will change along ...

Crash: nullptr in FindViewComponentForActor when ActorComponent is attached to Character with Camera Component.

UE - Gameplay - May 17, 2019

Selecting an Actor with a Camera and a C++ inherited Blueprint Component that has sub-components,then compiling the BP component leads to a crash. Upon Debugging the Crash Call Stack: FindViewComp ...

Remove GLES specific Y axis flip from tonemapper and post process materials

UE - Graphics Features - May 16, 2019

6426212 introduced additional permutations to tonemapper and post-process materials for the GLES platforms. Prior to this change the tonemapper was always rendered with Y axis inverted. The intenti ...

Niagara Sub UV Index ignored

UE - Niagara - May 16, 2019

Using the Particles.SubImageIndex has no effect on what portions of the a UV are rendered in Niagara. Tested in 4.21.2 (CL - 4753647), 4.22.1 (CL - 6063286), 4.23 (CL - 6533064) ...

Action RPG- ARPG CharacterBase::GetHealth() Null Crash

Docs - Samples - May 16, 2019

In Action RPG Sample, NPC Blueprints "NPC_Goblin_Level_01,02.03"  cannot be Duplicated.   Crash results lead to ARPGCharacterBase.Cpp Get Health function. float ARPGCharacterBase::GetHealth() const ...

Ensure When Adding Nodes to Material Graph in Forward Shading

UE - Graphics Features - May 15, 2019

Ensure occurs when adding a Constant3Vector to the Material Graph in Forward Shading. Works as expected in 4.21 CL# 4753647 Found in 4.22 CL# 6063286 and 4.23 CL# 6395561 ...

Get Curve Value returns 0 in Anim Graph During PIE

OLD - Anim - May 15, 2019

The node "Get Curve Value" does not appear to return values as expected during PIE. When using the command "Watch Value" it shows up as 0.0 during PIE. ...

Rotate child relative to parent and a grandchild or great grandchild will leave collision box behind

UE - Simulation - Physics - May 15, 2019

The collision with meshes appear to be broken in relation to parent and a grandchild or great grandchild collision boxes. ...