Draw Debug String off-center in VR

UE - Platform - XR - Nov 1, 2018

DrawDebugString does not render at set location in VR Other debug helpers rendering as expected Engine/Source/Runtime/Engine/Private/DrawDebugHelpers.cpp DrawDebugString looks to be the only fu ...

Disabling "Include Debug Files" for a Windows Distribution build does not exclude the debug files

UE - Foundation - Cpp Tools - Automation Tool - Nov 1, 2018

The "Include Debug Files" option being disabled is not taken into account for "For Distribution" builds. The debug files are included no matter what this is set to. Regression?: Yes This did not oc ...

Button input is ignored when toggling Input mode from UI to Game

UE - Gameplay - Input - Oct 31, 2018

IE_Released is called when switching between the Game and UI input modes, despite the button being still held. Tested in 4.19.2 (CL - 4033788), 4.20.3 (CL - 4369336), 4.21 (CL - 4527422), 4.22 (C ...

Max Draw Distance Can't Be Set Again Until Set Back to Default

Max draw distance cannot be changed to a higher value than it is first set, until you reset it back to default. Working as expected in 4.19 CL# 4033788 Found in 4.20 CL# 4369336, 4.21 CL# 4516095, ...

Incorrect Particle Translation When Reactivated

UE - Niagara - Oct 30, 2018

When attaching a ribbon particle system to a moving object, undesired/unexpected effects take place when the object moves out of camera view.  Found in 4.19 CL# 4033788, 4.20 CL# 4369336, 4.21 CL# ...

Skeletal Meshes do not work properly on Open GL ES 3.1 on Xiaomi Redmi 6

UE - Platform - Mobile - Oct 30, 2018

Skeletal meshes do not render or animate properly on the Xiaomi Redmi 6 (PowerVR GE8320) when using OpenGL ES3.1. This issue changed a bit from 4.19 to 4.20. In 4.19, the skeletal mesh seems to of ...

Packaging/launching 2D Side Scroller template for HTML5 results in Black Screen on browsers

UE - Platform - Mobile - Oct 30, 2018

Packaging or Launching the 2D Side Scroller template without making any edits results in issues that differ by browser. Firefox : A black screen appears (see screenshot) Chrome : 1/4th of the scre ...

Utility functions in UEdGraph_ReferenceViewer are no longer exposed

UE - Editor - Content Pipeline - Content Browser - Oct 29, 2018

A number of utility functions are provided in UEdGraph_ReferenceViewer for building menu extenders. This class was originally included in the engine as part of the ReferenceViewer module, but was re ...

LookAt AimOffset Animation node does not interpolate with it's Blendspace

UE - Anim - Runtime - Oct 29, 2018

The "LookAt AimOffset" animation node does not recognize the interpolation setting on its assigned Blendspace. This causes the animation to snap to positions instead of smoothly rotating to them. ...

Unable to Play Sequence in PIE when changing levels in C++ with ClientTravel()

UE - Anim - Sequencer - Oct 25, 2018

Changing levels with ClientTravel() breaks ability to activate sequence. Client Travel API: [Link Removed] Confirmed in 4.22 MAIN at CL 4503321  ...