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

Visible dithered quantization to remove banding in New Temporal AA Quality

UE - Graphics Features - Oct 6, 2015

Since changing the temporal history buffer to 11:11:10 from FP16, it looks as there is visible dithered quantization to remove banding when rendering. (Taken from conversation on Forum Post linked f ...

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

Foliage icons do not grey out when set to inactive

UE - World Creation - Worldbuilding Tools - Foliage - May 16, 2016

Foliage icons do not grey out when set to inactive through the foliage mode window. Note This error occurs in 4.11 and 4.12, but is responding as expected in 4.10.4 (icon is greyed out) Regressi ...

Corruption in rotating decal in TM-ShaderModels on iPhone 8 and X's

UE - Platform - Mobile - Oct 9, 2017

This particular decal is animated and has a Translucent decal blend mode This occurs on both iPhone 8 and 8 Plus (11.0.2) It does not occur on: iPhone SE, iOS 11 beta1 iPhone 7 Plus, iOS 10.3.2 ...

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