The Find Node Can Crash on Compile After a Blueprint Compile Error

UE - Gameplay - Nov 21, 2019

The "Find" node can cause a crash if the a map with a struct value changes type while connected, is disconnected and reconnected. Compilation fails and crashes the engine. Found in 4.23.1 CL#963142 ...

TMap Contains Node Returns False Incorrectly Under Specific Circumstances

Tools - Nov 20, 2019

The Contains node doesn't return an existing row from a data table under specific circumstances. This didn't occur when the struct the data table is based on was made via blueprints or there are mor ...

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

Landscape Spline Width/Side Falloff does not respect Unreal Units.

UE - LD & Modeling - Terrain - Landscape - Nov 15, 2019

The user reports that the Landscape Spline Width and Side Falloff isn't respecting Unreal Units in the Editor. The usage for comparison is a Cube that is scaled up 7x to Splines that have a Width of ...

Widget causing ensure to trigger on end play

UE - Editor - UI Systems - Nov 15, 2019

Widget is causing an ensure to be hit when exiting gameplay.  Tested in: 4.24 Preview2 CL#10091930 , 4.25 CL#10183780 Attached URL's from the user:  https://forums.unrealengine.com/community/ge ...

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

Selecting Reimport on a virtual texture results in crash

UE - Graphics Features - Nov 14, 2019

Reimporting a virtual texture results in a crash. Tested in: 4.24P2 CL#10091930 ,  4.25 CL#10183780 ...

Saving Level changes the Rotation of actors with parent-child relationships

UE - Gameplay - Components - Nov 14, 2019

According to the licensee report, UnrealMath.cpp (588) constfloat SINGULARITY_THRESHOLD = 0.4999995f; It seems that this can be avoided by changing the above value. However, changing SINGU ...