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. ...
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 ...
See repro steps. The phantom references can be fixed by recompiling the child BP and saving it. Note that just loading ChildBP2 does not fix/remove the reference during compile-on-load, so it's a ...
Instanced variables were given a fix in response to this issue: [Link Removed] Once implemented, when the project is compiled the data from the blueprint instanced variable is removed. A recommend ...