This is a common crash that has occurred since at least 4.16. The callstack is nearly identical to [Link Removed], which appears to be fixed in 4.18; and [Link Removed], which has not. The differen ...
There are 3 issuesEach particles don't restore its previous position. Which is for calculating velocity by verlet iteration.The previous transform is cleared by current transform. It provides zero v ...
Failed to build UE4.27.0 with Win64/Development Editor. Can avoid this error that excluding the project from build configuration. (Solution UE4->Properties->Configuration Properties->Configuratio ...
This is being seen in the wild... can release a temporary fix until 4.26 when we can change the headers and fix it for real. ...
I attached the 4.19 and 4.20 version of the project. The trees have no leaves when packaging with Shipping in 4.20 preview 5. It works fine in 4.19. ...
This behavior has changed from UE4 to UE5 due to a fix to an unrelated bug ([Link Removed]). Reintroduce the old behavior without causing a regression that reintroduces Ben's fixed bug. ...
It is expected that cooking, including COTF, will fix-up all string asset references. There were a few reasons this wasn't happening, but we should get these fixes into 4.15 as the impact was worst ...
The type definitions for the Enum Macros glObjectLabelKHR and glObjectPtrLabelKHR are misspelled. Working in 4.19.2 Broken in 4.20 Tested 4.19.2 (CL - 4033788) and 4.20 (CL - 4214897) ...
Sprites seem to be drastically affecting FPS in 4.19 projects on Mac devices. ...
Suggested fix is to relocate the Super::PreExit() call to the end of UGameEngine::PreExit() so that level streaming can be safely flushed before the MID cache is cleaned up. ...