Connections Expand When Using Layered Blend Per Bone Node With Blend Weight Over 2

OLD - Anim - May 9, 2018

When changing to the Blend Weight to a number greater than 2 the connections between nodes starter to blur in the anim graph. Connections become ever more distorted when zooming out of anim graph. ...

Casting to ActorComponentOwner inside of nested Inline instanciated Blueprints owned by ActorComponentOwner disappear after Editor restart.

UE - Gameplay - Blueprint - May 15, 2018

A set of objects which can be instantiated Inline in the Editor that contain an array of References to their children that have nested Blueprint objects inheriting from a Native Base Class can cause ...

Nativized Blueprint class may fail to compile for some native noexport struct types exposed through a user-defined struct.

UE - Gameplay - Blueprint - May 24, 2018

This occurs because the MakeStruct node will create a literal term for each input if nothing is connected. However, there is no explicit handling of some native 'noexport' struct types (e.g. FVector ...

Unlit view is affected by Exposure Compensation when enabled by post process volume

UE - Graphics Features - Jun 7, 2018

Unlit view is affected by Exposure Compensation when enabled by post process volume. This will also carry across the other debug views.  Working as expected in 4.18 CL# 3832480 Found in  4.19 CL# ...

Crash when exiting PIE after execute demorec command

UE - Networking - Jun 8, 2018

This issue is regression because it doesn't reproduce 4.18.3. Default level is just the level to move. Demorec level runs demorec command with beginplay and has one replicated variable. UEditorEn ...

FQuat::NetSerialize modifies the original value which can cause it to be replicated continuously

UE - Networking - Jun 8, 2018

FQuat::NetSerialize will always call Normalize() as part of replicating the current value, so that only the X, Y, and Z components need to be serialized (the W can be computed on load). This operat ...

DepthFade failed with Mobile MSAA

UE - Platform - Mobile - Jun 13, 2018

DepthFade will failed when Mobile MASS enabled. ...

Console is off screen in VR preview when windows scaling is set to 150% or above

UE - Platform - XR - Jun 29, 2018

Windows scaling appears to affect the HMD if the project is open on a screen with window scaling being used. ...

imageStore no matching overloaded function found error when packaging ContentExamples

UE - Niagara - Jun 26, 2018

The following error appears when packaging ContentExamples for Linux.UATHelper: Packaging (Linux): LogNiagaraShaderCompiler: Warning: (ERROR: 0:377: 'imageStore' : no matching overloaded funct ...

Blutility context menu popup shows all pins inside function

OLD - Anim - Jul 23, 2018

ActorAction Blutilites are showing all pins inside a function. This does not happen with editor callable custom events. Also occurring in Main/4.21 CL #4221482 ...