Crash when a subsystem calls GetSubsystemArray() on its owner while engine code is iterating on subsystems also obtained through GetSubsystemArray()

UE - Gameplay - Aug 6, 2024

In some occasions, engine code iterates over a certain subsystem type by calling FSubsystemCollection::GetSubsystemArray() and then calling some method on all subsystems of the returned array. This ...

Backwards-compatibility broken for the CDOs of Python-generated Unreal Types because of missing redirectors

UE - Editor - Workflow Systems - Feb 11, 2025

Previously, all Unreal Types generated by python scripts would be created inside package "/Engine/PythonTypes". This was changed by [CL 32478991 in ue5-main branch], which meant to "remove the restr ...

Crash when pressing Ctrl-Z after creating a blueprint function

UE - Gameplay - Blueprint - Feb 20, 2017

Crash when pressing Ctrl-Z after creating a blueprint function *This is a regression: Working in 4.14.3-3249277 Not working in 4.15.0-3299760* Crash Reporter: Error message: Access violation ...

iOS fails during build step with OSS Facebook plugin enabled due to spaces in filepath

UE - Platform - Mobile - Feb 8, 2019

When a user tries to package or launch onto an iOS device they will fail at the build step due to:[3/8] sh Unzipping: /Users/Shared/Epic Games/UE_4.22/Engine/Source/ThirdParty/Facebook/IOS/FacebookS ...

"FVector contains NaN" on packaged builds for Debug configuration

UE - Graphics Features - Lumen - May 6, 2022

Customer Provided Description:This was experienced in UE 5.01 - custom installed engine (No changes to UE code, simply added the Debug build configuration, see the following command): "c:%ue_dire ...

[CrashReport] UE4Editor_CoreUObject!StaticAllocateObject() [uobjectglobals.cpp:2153]

UE - Anim - Sequencer - Jun 3, 2016

Really close to the repro steps for [Link Removed] Same repro steps produced the following Buggs along with this one: [Link Removed] [Link Removed] Error message: Fatal error: [Link Removed] [Lin ...

LoadErrors:Warning: Warning CreateExport: Failed to load Outer for resource when moving Blueprints folder to another folder

UE - Gameplay - Blueprint - Apr 14, 2017

There are 3 assets from Content > Blueprints > Missing Types that are failing to be moved over The assets are causing the warnings are:BP_NodeClassIsMissingBP_ParentClassIsMissingTypeBP_PinReferenc ...

Actors disappearing after saving a large number of modifications to world partition maps

UE - Editor - Workflow Systems - Nov 4, 2022

From Licensee: "We've encountered a world partition bug where newly created actors go missing in the viewport and Outliner after saving modifications to a large number of actors. This bug is partic ...

[CrashReport] UE4Editor-Engine.dylib!bool FHighResScreenshotConfig::SaveImage<FLinearColor>()

UE - Graphics Features - Jul 27, 2017

This is a common crash occurring on Mac in 4.15 and 4.16. Users have not provided any additional descriptions. Callstack from LogAssertion failed: Assertion failed: Bitmap.Num() == x * y [File:/Use ...

Half precision is not supported for OpenGL ES 3.1 Pixel Shaders

UE - Platform - Mobile - Apr 6, 2018

Fix the cross compiler so half precision is supportedAdd a project setting to specify the default precision to support on ES31. Be sure the shader version takes this setting into account. — User des ...