This issue seems to occur only in 4.27 with DX12. Did not repro in 4.27 with -dx11, nor in UE5 DX11/DX12. ...
The attached project was created in 4.27 and is rendered on render target when checked in 4.27. However, this does not reproduce in 5.0 or later. ...
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. ...
UPD: affected version 4.26 so regression for 4.27 is no ...
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 ...
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 ...