Frustum Culled Landscape Components Not Casting Shadows

UE - Graphics Features - Mar 5, 2019

Frustum culled landscape components stop casting shadows resulting in the shadows disappearing near the edges of the camera in square sections. Unable to test in 4.20 or 4.21 as provided project wa ...

Stationary directional light per-object shadows not working with origin rebasing

UE - Graphics Features - Dec 2, 2019

Not 100% clear if this is a bug or expected behaviour, but raising it as it needs looking it. Can't see it as fixed elsewhere. Confirmed broken in 4.24 too. ...

A version of UnrealVS for VS2019 is not included with the Engine

UE - Foundation - Cpp Tools - UnrealVS - Apr 18, 2019

Version 4.22 of the Engine includes initial support for Visual Studio 2019. However, an updated version of UnrealVS for VS2019 is not included in the Engine. ...

Pawns using Floating Pawn Movement will teleport to the location specified in Move To Location

UE - AI - Jul 14, 2015

Pawns using Floating Pawn Movement will teleport to the location specified in Move To Location. From fix CL 2619989: "Fixed FloatingPawnMovement component's issue when controlling AI pawn. Basicall ...

Ongoing D3D 'HUNG' crash - FD3D11Viewport::PresentChecked()

UE - Graphics Features - Jan 18, 2017

This is a new ticket for the D3D 'HUNG' crash originally reported in [Link Removed]. Some fixes were introduced in 4.14.2 that decreased the occurrences of this crash, but other cases are still ongo ...

CustomDepth rendering incorrectly with Instanced Stereo

UE - Platform - XR - Apr 9, 2019

Screen position node in 4.22 no longer works as expected. Confirmed in 4.23 Main @ CL 5806859 ...

Keys applied in Sequencer to Exponential Height Fog's Fog Density (Second Fog Data) are applied to primary fog density

UE - Anim - Sequencer - May 29, 2019

Sequencer keys applied to an Exponential Height Fog actor's Second Fog Data | Fog Density are applied to the fog actor's primary Fog Density instead. Second Fog Data was introduced in 4.22. This w ...

ShouldRender() in USceneComponent Doesn't Check Against IsVisibleInEditor()

UE - Graphics Features - Nov 22, 2019

IsVisible()/IsVisibleInEditor() should be a contribute to the logic in ShouldRender(). NOTE: This code was written during the UE3 life cycle. Found in 4.22 CL#7053642 ...

GoogleARCoreJavaHelper functions are not correctly exported publicly

UE - Platform - XR - Oct 31, 2018

The jni functions in GoogleARCoreAndroidHelper.cpp are not correctly exported, when we tried to build a Test project it failed with this exception:  java.lang.UnsatisfiedLinkError: No implementatio ...

BuildGraph XML Errors Logged Incorrectly

UE - Foundation - Horde - BuildGraph - Aug 30, 2019

Suggested fix from licensee: After investigation, it seems that the filename is passed as a string instead of a FileReference in Script.cs:84. Fixing the issue seems to be as simple as changing th ...