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 ...
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" 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 ...
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 ...
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 ...
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 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 ...
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 ...
Reimporting a virtual texture results in a crash. Tested in: 4.24P2 CL#10091930 , 4.25 CL#10183780 ...
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 ...