Point Cloud support for AR plugin crash

UE - Platform - XR - Nov 21, 2019

Enabling Point Cloud support for AR plugin causes engine crash. Also crashes with LIDAR plugin enabled. Confirmed in MAIN 4.25 @ CL 10333042 ...

UBT Output log encoding does not match if non-ASCII characters are in the UBT output

UE - Foundation - Cpp Tools - UnrealBuildTool - Nov 21, 2019

UBT Output log encoding does not match if non-ASCII characters are in the UBT output. Before UE4.23, UBT output encoding problems only exist in the editor "Compiler Log" under Developer Tools, and i ...

Searching Global Illumination inside the details section of a post process volume does not return any results.

Tools - Nov 20, 2019

Searching "Global" in the details panel of a post process volume does not provide Global Illumination as a result, but searching "GI" does. Tested In: 4.22.3 CL#7053642, 4.24 P3 CL#10283392 , 4.25 ...

Changing reflection capture resolution after setting preview rendering level to Android ES3.1 crashes the editor

UE - Graphics Features - Nov 20, 2019

Applying a new reflection capture resolution after changing Preview Rendering Level to Android ES3.1 results in crash. Tested in: 4.24 P3 CL#10283392    4.25CL#10303496 ...

EPixelFormat::PF_R16_SINT does not render correctly for textures

UE - Rendering Architecture - RHI - Nov 18, 2019

Creating a UTexture2D the following way does not properly process gradients in the texture: ------ bool Atexture_test_actor::LoadRawFileTest( /* output */ UTexture2D*& image) { TArray<short> v ...

SetHitResultFromShapeAndFaceIndex crash

UE - Simulation - Physics - Nov 15, 2019

SetHitResultFromShapeAndFaceIndex calls  if(PxMaterial* PxMat = PShape->getMaterialFromInternalFaceIndex(FaceIndex)) { OutResult.PhysMaterial = FPhysxUserData::Get<UPhysicalMaterial>(PxMat->userD ...

HTML5 preview level cannot be accessed with the platform extension

UE - Platform - Mobile - Nov 14, 2019

This may be fallout from [Link Removed] Note that there also is no keyboard shortcut for the preview mode in Editor Preferences, either. ...

HTML5 not pulling all data from BaseHTMLDeviceProfiles.ini

UE - Platform - Mobile - Nov 14, 2019

4.24 platform extension isn't properly pulling the device profile data from the engine. Or at least, it isn't populating it in the Device Profiles editor windows. [Link Removed] There should be a ...

Project description not applied after packaging the project

UE - Foundation - Cpp Tools - Nov 14, 2019

Changes in the description settings under project settings are not applied to the packaged version of the project.  Tested in: 4.22.3 CL#7053642, 4.24 CL#10091930   4.25CL#10183780 ...