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 ...

Assertion failed: PlatformNeedsExtraDeletionLatency()

UE - Rendering Architecture - RHI - Mar 5, 2019

Animating a HISM along a spline when many other HISMs are present will result in a crash in 4.22. Confirmed in 4.23 MAIN @ CL 5291468 ...

When using Oculus Go or Gear VR the camera resets along with the controller when holding the home button

UE - Platform - XR - Mar 5, 2019

When resetting the controllers orientation by holding the oculus button the camera will reset to its original orientation along with the controller. This appears to be a regression: This did not h ...

Gamepad input affects multiple game instances at once, due to not needing focus.

UE - Editor - UI Systems - Slate - Mar 5, 2019

Since Gamepad input works without needing focus (which was added in 4.9 with [Link Removed]), a Gamepad's input will also affect all instances running on the same computer. Regression?: No This occ ...

Selection outline rendering inconsistently in VRMode

UE - Platform - XR - Mar 4, 2019

The cube (staticMesh) outlines are rendering in just the left eye while Box brush (Brush) outlines seem floaty and are rendering only in the right eye.  Does not occur in //UE4/Release-4.21 @CL 475 ...

Is Over Hit Test Visible Widget does not return false when over a widget that is not hit test visible

UE - Editor - UI Systems - Mar 4, 2019

The Is Over Hit Test Visible Widget node does not return false when over a widget that is not hit test visible ...

Performance drop in Orthographic views when Visualize->Volumetric Lightmap

UE - Graphics Features - Lumen - Mar 4, 2019

Severe performance drop when when entering Orthographic view, but only when Volumetric Lightmap is selected. ...

Filtering by collection is broken

UE - Editor - Content Pipeline - Content Browser - Mar 2, 2019

This happens because the Collections module isn't loaded when the FFrontendFilter_TextFilterExpressionContext instance is created: , CollectionManager(FCollectionManagerModule::IsModuleAvailable() ...

"Found more than one function with the same name" after duplicating an interface function

UE - Gameplay - Blueprint - Mar 1, 2019

REGRESSION: No, this occurs as far back as 4.20 After duplicating a blueprint interface function, the duplicate interface will have an error similar to this:LogBlueprint: Error: [Compiler NewInterf ...

Setting a Vector value in the Material Parameter Collection causes crash

UE - Graphics Features - Mar 1, 2019

Creating a Vector parameter within the Material Parameter collection causes a crash with the engine. Tested in 4.21.2 (CL - 4753647), 4.22 (CL - 5159901), 4.23 (CL - 4980862) ...