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

ios launch fail after upgrading to 4.7.1, provision not found, signing key not found

UE - Platform - Mobile - Mar 2, 2015

Customers that have never or have created an incorrect bundle identifier will fail to package for iphone. People who have wildcard provisions will work. ...

FPS Perf Regression on 980

UE - Graphics Features - Mar 17, 2015

At least one user has so far reported a noticeable drop in FPS from 4.6.1 to 4.7.2 in a heavy scene; using a GTX 980. I've reproduced a perf drop in a cooked 4.7 build of elemental demo compared to ...

Crash when returning to viewport from immersive mode with an editor window tabbed beneath

Tools - Mar 2, 2015

When the user enters immersive mode by hitting f11 and then opens the material editor, (which opens tabbed in the editor underneath the immersive display)The engine crashes when hitting attempting t ...

Stationary Lights are causing shadowing errors with Movable Objects

UE - Graphics Features - Feb 11, 2015

Stationary Lights are generating shadows with flickering black square and vanish shadows altogether on movable objects in the Preview of 4.7p6 and in the newest Release Branch of 4.7 (2439472). The ...

editor crashes when variable inside of a struct is set to a class type then the object is moved to a new folder

UE - Gameplay - Blueprint - Mar 17, 2015

If a struct has a variable set to a class type, then the object of that class type is moved to a new folder in the editor, the struct will replace the class type with "class", which causes the edito ...

Dirty Actors in WP lose their actor folder in the outliner (and cause warnings) on PIE

UE - World Creation - Worldbuilding Tools - World Partition - Mar 20, 2023

From Licensee: You can reproduce this in stock by doing the following:Make a new 5.1 project with a new WP map (it can be empty)Put some actors in some folders in the outliner and save them/reload ...

FVoiceSerializeHelper doesn't add references to AudioComponent instances

UE - Networking - Apr 28, 2015

"FVoiceSerializeHelper doesn't add references to AudioComponent instances" ShooterGame crashes when following the repro steps provided by the licensee, listed below and on the UDN post. Crash image ...