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 ...
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 *This is a regression: Working in 4.14.3-3249277 Not working in 4.15.0-3299760* Crash Reporter: Error message: Access violation ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...