The editor crashes while attempting to use the erosion tool on a landscape in editor. Frequency: 2/2 Callstack: <unknown module>! KERNELBASE!RaiseException() <unknown module>! UE4Editor_Core!FO ...
When an actor with geometry collection is destroyed, the engine doesn't remove elements from array in the ChaosSolver So illegal references occurs. Removing element with following quick fix code ...
Instanced Static Meshes will have incorrect velocity if a Material uses World Position Offset. Fixed WPO in a material causes significant velocity on the ISM. This was also replicated in //UE5/Rele ...
In a project, if you duplicate the example level and attempt to save it, the save will finish, but the asterisk will remain on the file. Attempting to open the duplicated map will prompt another sav ...
Bug generated from crash reporter. This crash has been found in 4.7.6 and still occurs in 4.8.3 and 4.9.2 to users. One user in particular still, and he experiences it often. I have not been able ...
When you are using a Custom Widget, changing the cursor setting does not change cursor during PIE or packaged games. only changing the cursor options in the original widget fixes the issue. This iss ...
Importing a heightmap with 2x2 segments seems to cause the editor to crash in 3 different instances: 1. Importing the same 2x2 segment landscape a second time after deleting the first instance 2. ...
Per Licensee: Since we switched to DX12 we started to see strange behavior in material previews. I was able to reproduce the problem in UE 4.19 vanilla as well. We usually have to force recompilin ...
Blueprint functions appear to correctly associate local variables when renaming the function. However when undoing a rename with ctrl-z the local variables appear to lose their association. Redoing ...
FCableSceneProxy::BuildCableMesh in CableComponent.cpp:233 showed up as a hot spot in profiling because the two TArray allocators in SetDynamicData_RenderThread used by BuildCableMesh are created an ...