[CrashReport] FMacWindow::ApplySizeAndModeChanges | SWindow::Resize()

UE - Platform - Apple - Nov 21, 2017

This is an infrequent Mac crash in the 4.18 release. The callstack is similar to [Link Removed] and originally thought to be part of the same issue, but that Jira has been fixed and many other simi ...

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

GoogleARCoreJavaHelper functions are not correctly exported publicly

UE - Platform - XR - Oct 31, 2018

The jni functions in GoogleARCoreAndroidHelper.cpp are not correctly exported, when we tried to build a Test project it failed with this exception:  java.lang.UnsatisfiedLinkError: No implementatio ...

Actor Component Replication Not Working on Dynamically Spawned Components in Blueprint

UE - Networking - Aug 7, 2018

Actor components that are spawned dynamically through Blueprint are not being properly replicated to the client.  Found in 4.20 CL# 4233996 and reproduced in 4.21 Main CL# 4258917 Unable to test i ...

Sequencer does not save asset variables in event struct

UE - Anim - Sequencer - Jul 31, 2018

When adding a struct to a keyframe, Object Reference variables are not saved and Soft Reference variables are saved sometimes. Opening a keyframe's properties when the selected struct has an object ...

Packaging a runtime plugin in a Blueprint project causes some Editor files to be deleted

UE - Foundation - Cpp Tools - Oct 22, 2018

Attempting to package a runtime plugin (does not occur with a Development plugin) in a Blueprint project fails in 4.21 Preview 2. This also causes some Editor files to be deleted, including the Modu ...

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