Fix possible crash if Android audio manager does not support certain properties

UE - Platform - Mobile - Jan 15, 2020

Not checking for a property not being supported by audio manager, need to protect it against NULL ...

Fix up IOS errors calling UI API from non-UI threads

UE - Platform - Apple - Jul 27, 2020

[CrashReport] ULevel::GetWorldSettings - UMaterialFunctionThumbnailRenderer::Draw

Tools - Oct 30, 2017

This is a common crash that has occurred since at least 4.16. The callstack is nearly identical to [Link Removed], which appears to be fixed in 4.18; and [Link Removed], which has not. The differen ...

[CrashReport] Mac crash - FShaderCompilingManager::ProcessCompiledShaderMaps()

UE - Graphics Features - Nov 16, 2017

This is an infrequent Mac crash in the 4.18 release. The callstack is a match to [Link Removed] (loading Zen editor on Mac), but that was confirmed fixed for 4.18.0 while this continues for users. ...

Custom iOS icons don't appear using BP projects [4.18.2]

UE - Platform - Mobile - Dec 14, 2017

So far this has been tested on Mac deploying SunTemple to an iPhone 7 (10.3.3). It occurred with both Launch On and File Package. This does not occur when deploying StrategyGame from the same Mac t ...

Fix iterative cooks to keep track of CookAdditionalFiles and delete them when the package file that created them is invalidated

UE - Foundation - Core - Cooker - Sep 23, 2022

A licensee reports they are using the CookAdditionalFilesOverride function in UObject to add files to the project. This file is properly copied into the Staging area during Packaging, and is appropr ...

Make Custom Event names start with "Event"/Fix "Event Event" issue with overridden Events

UE - Gameplay - Blueprint - Dec 17, 2015

If you name an Event something like "Event Foo", overriding the event in a ChildBP gives you "Event Event Foo" To avoid this, please make Custom Event names Start with "Event" ...