Editor crashes when keying a frame to an Animation from Pose with Appended Frames

UE - Anim - Runtime - May 17, 2022

This is a regression. Tested in //UE4/Release-4.27 CL18319896 Editor crashes when keying a frame to an Animation from Pose with Appended Frames. ...

Watch Pin Crash on Softclasspath

UE - Gameplay - Blueprint Editor - Mar 26, 2020

Mousing over a softclasspath pin from a struct while debugging a Blueprint can lead to a crash.  ...

Assertion thrown when connecting a World Position node to the time input of a Panner node then connecting it to Base Color

UE - Rendering Architecture - Materials - Apr 20, 2022

Assertion thrown when connecting a World Position node to the time input of a Panner node then connecting it to Base Color. This is a regression. ...

Material expression called Compiler->TextureParameter() without implementing UMaterialExpression::GetReferencedTexture properly

UE - Rendering Architecture - Materials - Apr 27, 2022

when trying to replace a Material Function instance, with another instance, as the base color of a material within the Material Graph, the editor crashes with the following error:Assertion failed: ...

Editor crashes when opening a project that includes a plugin with more than two custom Volume classes

Tools - Jun 7, 2017

Adding more than two custom Volume classes to a plugin results in any project that includes that plugin crashing when opening it in the Editor. There does not appear to be a problem with adding thre ...

Importing through Python fails

UE - Editor - Content Pipeline - Import and Export - Feb 20, 2019

Version 4.21:The script result in popping the Alembic Import windows instead of a silent importThe provided options are ignored by the importer.  Version 4.22: Results in the provided callstack wi ...

Crash when calling SetVector2DParameter on a Niagara Parameter Collection

UE - Niagara - Mar 10, 2022

Crash when calling SetVector2DParameter on a Niagara Parameter Collection. The value for the SetVector2DParameter may or may not have to be changed in order for the crash to occur.  Assertion faile ...

Crash when Deleting Variable from Blueprint Struct

UE - Gameplay - May 23, 2019

The Editor will crash when attempting to delete a variable from a Blueprint struct. This crash does not seem to happen if save the map with the actor in it. ...

Crash when save the blueprint function variable that set the StringTable asset

UE - Foundation - Core - Apr 17, 2019

This issue doesn't crash in 4.21. It is rewritten as GIsSavingPackage = true in UPackage::(Save() when Blueprint is saved, but it's rewritten as false in 4.21. Workaround Do not set the String Tab ...

Crash compiling a blueprint after changing a Text variable to String, while the Details panel are visible

UE - Gameplay - Blueprint Editor - Jul 29, 2020

Crash occurs when the user changes a Text variable to a String while the Details panel is displaying its properties, and then compiling. Crash does not seem to occur if the Details are not visible. ...