We've noticed after upgrading our heavy Paper2D project to 4.22 that tilemap performance has been massively degraded compared to previous versions. After some digging we found out that it's due to a ...
Editor hangs if changes are made to the material which is currently assigned to a landscape while the landscape editor is open. Also spams "LogMaterial: 0.03 seconds spent updating 1 materials, 1 i ...
When users rotate to landscape in QAARApp the apple device will encounter a GPU Hang error and crash.Execution of the command buffer was aborted due to an error during execution. Caused GPU Hang Err ...
If the GeometryCollectionActor (GCA) is simulating physics, calling SetSimulatePhysics(false) does not stop the simulation. If the simulation is paused, calling SetSimulatePhysics(true) does as expe ...
This was found by a customer through a UDN, and they offered the fix for it, as well. The basic steps to reproduce the crash are as follows:call GEditor->SetPropertyColorationTarget(...) somewhere i ...
When attempting to reset the location of an actor blueprint instance that was not created off of an empty actor placed at 0,0,0, the location gets set back to the original location of the empty acto ...
Found on: 4.15 Binary CL-3247232 Unable to package for android when Configure for deployment to Daydream is selected. (Packaging without it enabled succeeds even with the same other settings, but c ...
GoogleVR package for android crashes on startup with the following error:10-30 11:36:52.658: E/AndroidRuntime(12189): FATAL EXCEPTION: MainThread-UE4 10-30 11:36:52.658: E/AndroidRuntime(12189): Pr ...
Copying a grouped MaterialInstanceParameterDetail property that has spaces on it's name does not enclose it in double quotes, and later pasting won't work as expected. The licensee noticed this in a ...
When duplicating a blueprint interface, the GraphGuids of the original BP interface's function graphs are unchanged: function graphs across the two BP interfaces now have the same GraphGuid. This is ...