MovieRender Pipeline Skips Output Frames during GC

UE - Anim - Sequencer - Jun 8, 2020

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. ...

Reintroduce UE4 Material Layer drag & drop behavior in UE5

UE - Rendering Architecture - Materials - Oct 19, 2023

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. ...

COTF has issues with out-of-source projects

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 ...

Crash on exit with NULL FTextRenderComponentMIDCache

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. ...

Impossible to save assets after change in redirectors

UE - Foundation - Core - UObject - Dec 13, 2018

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 ...

Sequence recording in standalone crashes

UE - Anim - Sequencer - Sep 5, 2016

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 ...

Interfaces implemented and then removed from a parent BP still show a phantom reference from child BPs until they are recompiled and saved

UE - Gameplay - Blueprint Editor - Jul 15, 2020

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 ...

Blueprint Instanced Variables Data Erased

UE - Gameplay - Blueprint - Jan 17, 2024

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 ...

Bugs with Material Instances and Landscape Grass

UE - World Creation - Worldbuilding Tools - Foliage - Apr 14, 2016

Need to fix the Bug: Parameters that linked to LandscapeGrassOutput in master material instance do not updates automaticaly in viewport. After parameters change you are have to modify any of your us ...

Shader Complexity viewmode does not work on masked materials

UE - Graphics Features - Oct 16, 2019

In engine versions 4.23 and above, the Shader Complexity Viewmode doesn't render appropriately for meshes with masked materials. Tested in 4.22.3 (CL - 7043647), 4.23 (CL - 8386587), 4.24 (CL - 961 ...