Failed to find stub IPA when uproject name is changed from default

UE - Platform - Mobile - Nov 1, 2018

Failed to find stub IPA when packaging for iOS. This also happens with File > Package > iOS.IPP ERROR: Failed to find stub IPA 'D:\FaceARSample421\Binaries\IOS\FaceARSample421.stub' Regression: Yes ...

bPersistentLines is not respected by DrawDebugLine

UE - Graphics Features - Nov 1, 2018

It looks like the line's lifetime is forced to the default line lifetime of one second if the provided lifetime is less than zero, which would be the case if calling the function with just enough pa ...

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

GetRandomReachablePointInRadius is displaying non reachable points when radius float values exceed 6000

UE - AI - Oct 31, 2018

When creating an Actor, and placing them inside of a geometric obstacle. GetRandomReachablePointInRadius is giving only non reachable points. The behavior happens when we set our navigational mesh b ...

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

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

Crash reported when launching the binary Editor on a 2018 iMac Pro

UE - Platform - Apple - Oct 31, 2018

There has been a report of a consistent crash of the binary Editor on launch when it is being launched on an iMac Pro. Additional information from two separate reports about this crash seem to indi ...

Remote compile Action RPG for iOS fails with rsync errors - unable to download Manifest.xml from the remote Mac

UE - Foundation - Cpp Tools - UnrealBuildTool - Oct 31, 2018

While attempting to verify [Link Removed], I tried to build an iOS package of ActionRPG. The build failed and the following errors appear in the output log:Log snippet moved to comment, see below ...

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