SceneCapture2D output broken when used in VR

UE - Platform - XR - Feb 25, 2019

Scene Capture regression when used with VR. Confirmed in Main @ CL 5172170 Tested with Rift Flipped VR Preview window is a known/fixed issue ...

FPS drop after highresshot console command

UE - Graphics Features - Feb 25, 2019

Running the highresshot command with a multiplier of 6 or higher results in poor performance for the remainder of the Editor instance. Closing the PIE window does not improve performance, only closi ...

Shader Complexity does not function properly with Android ES2 or ES3.1 set as the Preview Rendering level

UE - Platform - Mobile - Feb 25, 2019

A user has reported that Shader Complexity is not working properly in 4.21 with the Android ES2 or 3.1 preview rendering level settings. Regression?: No It did not look this way in 4.21 and prior v ...

Crash When Changing to Landscape Paint Tool With a Material Function for the World Position Offset of the Landscape Material

UE - Graphics Features - Feb 25, 2019

Crash on switching to landscape/paint tab when using a landscape material that has a material function hooked onto the WorldPositionOffset. Working as expected in 4.21 CL# 4753647 Found in 4.22 CL ...

Preview Mode Button Does Not Have an Icon When Small Toolbar Icons is Enabled

UE - Platform - Mobile - Feb 25, 2019

Preview mode button is missing an icon with "Use Small Tool Bar Icons" enabled. Found in 4.22 Preview 2 CL# 5035897 and 4.23 CL# 5172174  ...

Orientation setting does not respect user's settings on Android

UE - Platform - Mobile - Feb 25, 2019

The Orientation setting in the editor for Android phones does not respect the user's settings. Despite "Auto-rotate" being turned off, the orientation of the UE4 app will change if it is set to do s ...

Cannot move in Blueprint window on Breakpoint hit (only when 'use mouse as touch' is enabled)

UE - Editor - UI Systems - Slate - Feb 25, 2019

When triggering a breakpoint while Use Mouse for Touch is enabled the navigation functionality is lost within that Blueprint. ...

RPCUtility cannot be built in 4.22

UE - Foundation - Cpp Tools - Feb 22, 2019

The RPCUtility binaries cannot be built in 4.22 due to an issue with DotNETUtilities. When attempting to build the RPCUtility binaries as part of the BuildCommonTools command, the build provides a w ...

Unable to edit blueprint instance's components when attached to another actor

UE - Gameplay - Blueprint - Feb 22, 2019

Attempting to edit the properties of a component on an instance of a Blueprint class that initializes its RootComponent in its Constructor and is attached to another actor in the level results in od ...

Calling ServerTravel with bShouldSkipGameNotify set to false causes a crash

UE - Gameplay - Feb 22, 2019

Calling ServerTravel with bShouldSkipGameNotify set to false results in a crash. The reproduction case provided is in PIE but this also occurs in a packaged game Regression?: Yes This did not occur ...