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. ...
A licensee upgraded their project to 4.18 and started to receive a compiler error when trying to build a project. This was tested in both their upgraded project and a fresh 4.18 project and the resu ...
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. ...
This is a trending crash coming out of the 4.18 release. It may be a regression. Users have not provided any descriptions of their actions when the crash occurred. Source Context 66 if (!S ...
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 ...
Code projects in 4.18 cannot be opened in DebugGame from the commandline. REGRESSION: Yes. This worked successfully in 4.17.2. The attached log is from 4.19. The log for 4.18 was similar. ...
This issue has been observed in 4.18.3 as well as 4.19. See attached screenshot showing scene from 4.18 on Nvidia, compare to attached GIF showing same scene on AMD card. ...
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. ...
One of our licensees pointed out this problem. I've tried all the common redirector problems (write / read permission, multiple instances of the editor, renaming the assets, running the commandle ...
We use GetEditorWorldCounterpartActor in the sequence recorder which cant work in standalone builds as it relies on GEditor. The best fix would probably be to just add a guard for GEditor to GetEdit ...