Error packaging Android after disabling Vulkan Support

UE - Platform - Mobile - Jan 3, 2023

Regression: Tested in UE5/Release-5.0, this issue does not occur and is a regression. This issue occurs when packaging for Android ASTC, ETC2, and DXT. Packaging with Support Vulkan enabled results ...

UE-47779 - Crash exiting packaged PlatformerGame while in the Main Menu

UE - Gameplay - Jul 27, 2017

This was occurring when I quit via the Quit button in the Main Menu GUI. I also repro'd this using the "Quit" command in the console. I found this on Linux, but this was repro'd on Mac and Windows ...

Creating new objects inside ForEachObjectWithOuter may cause the bucket of the iterated outer to be read-locked permanently

UE - Foundation - Feb 8, 2022

Not a Regression. Tested in: //UE5/Release-5.0 CL 18747223 Source-GitHub //UE4/Release-4.27 CL 18319896 Binary User Description: "The crash test code is located at Source/HashBucketLockedBug/Pr ...

Renaming a Blueprint interface asset doesn't update the ImplementedInterfaces list in the Blueprint editor's Class Settings tab

UE - Gameplay - Blueprint Editor - Nov 13, 2023

There is no UI refresh for the Implemented Interfaces list in the Blueprint editor UI after a Blueprint Interface asset is renamed in the Content Drawer. Consequently, the interface cannot be remove ...

Compiling a grandchild Blueprint via automated test can lead to crash

UE - Gameplay - Blueprint Compiler - Feb 10, 2020

The crash doesn't happen if the blueprints are loaded ahead of the test by opening them, or if you compile all of them in the same test run. ...

Crash opening Infiltrator packaged on Windows for Linux

UE - Platform - Linux - Jan 18, 2017

This occurred on packages that were created on different Windows machines. This crash is not occurring on other platforms during our Samples Pass. ...

Ensure occurs if the decal scale is set to a very small value

UE - Graphics Features - Jun 15, 2022

The variable emitting this ensure (RelativeWorldToDecalMatrix) is not actually used, so this line can be removed. FDeferredDecalPS::SetParameters ... const FLargeWorldRenderPosition AbsoluteOri ...

Editor crashes when compiling widget blueprints when the behavior section is expanded

Tools - Nov 10, 2017

This is a trending crash coming out of the 4.18 release. Users have not provided any descriptions of their actions when the crash occurred. Source Context 367 uint8* FObjectPropertyNode::GetV ...

[CrashReport] UE4Editor_PropertyEditor!FObjectPropertyNode::GetValueBaseAddress() [objectpropertynode.cpp:373]

Tools - Nov 1, 2017

This is a trending crash coming out of the 4.18 release. The callstack shares similarities to [Link Removed], but seems different enough to warrant a separate Jira. User DescriptionsSimple streamin ...

Crash compiling blueprint referenced by Level Sequence while sequence is open

UE - Anim - Sequencer - Jul 19, 2017

Compiling a blueprint that is used in a sequence when the blueprint exists on a sublevel will cause a crash if the level sequence is currently open. ...