Crash When Building HLODs

UE - World Creation - Worldbuilding Tools - HLOD - Aug 21, 2019

Building HLODs causes a crash. This only seems to occur in some levels as shown in the attached project. Found in 4.22 CL# 7053642, 4.23 CL# 7948402, 4.24 CL# 8124506 ...

FBX imported skeletal mesh has incorrect axis directions

UE - Editor - Content Pipeline - Import and Export - Aug 20, 2019

The axis the FBX is imported with has been inversed from prior versions. See attached screenshots. This causes issues specifically with vehicles, where the movement is happening into the forward dir ...

User List Entry Widget binding Does not update

UE - Editor - UI Systems - Aug 20, 2019

When using a User List Entry widget it appears not to update its bound properties unless called by an event used by the User List Entry interface. For example if the widget being used is a text widg ...

Forward Rendering Lightmap Density view flicker

UE - Graphics Features - Aug 20, 2019

The shaders flicker when in Lightmap Density viewmode after enabling Instanced Stereo Rendering in Project Settings > Engine > Rendering > VR  Tested in 4.21.2 (CL - 4753647) 4.22.3 (CL - 7053647), ...

Android APK size ~200 MB larger than previous versions of the engine (blank project)

UE - Editor - Content Pipeline - Datasmith - Importer - Aug 20, 2019

Apk file size for Android is much larger after upgrading a project to the latest release of the engine. APK files link: [Link Removed] ...

The Temporal console variable has the wrong value

UE - Graphics Features - Aug 20, 2019

The r.SSR.Temporal console variable value is always set to its debugging value of 0 instead of being at its default of 1 Tested in 4.21.2 (CL - 4753647), 4.22.3 (CL - 7053647), 4.23 P6 (CL - 798402 ...

Ray Traced Translucency Option Doesn't Function in Post Process Volume

UE - Graphics Features - Lumen - Aug 16, 2019

Ray Traced Translucency Option Doesn't Work in Post Process Volume. Found in 4.23 Preview 6 CL# 7848402, and 4.24 CL# 8074192 Working as expected in 4.22 CL# 7053642 This is a regression. ...

[CrashReport] UE4Editor-D3D11RHI!VerifyD3D11Result(long,char const *,char const *,unsigned int,ID3D11Device *) [D3D11Util.cpp:249]

UE - Rendering Architecture - RHI - Aug 16, 2019

Generated from CrashReporter Updated ticket for [Link Removed] which was stale. ...

When spawning a large number of widget components they are not visible until the camera moves or the component is selected in the world outliner

UE - Editor - UI Systems - Aug 16, 2019

When adding multiple Widget Components (at runtime) to the scene it appears that they do not render until the camera moves or they are selected in the world outliner ...

Duplicating an overridden function graph causes input/output pins to double

UE - Gameplay - Blueprint Editor - Aug 16, 2019

This is caused by the same thing that causes this: https://jira.it.epicgames.net/browse/UE-58390 FBlueprintEditorUtils::PromoteGraphFromInterfaceOverride is the cause of this behavior  ...