Dragging more than one Texture into the Material Editor causes a crash

UE - Graphics Features - Mar 11, 2020

Importing two or more Textures into the Material Editor results in a crash. This is a regression from 4.24.3 (CL-11590370) as well. This was reported and tested in 4.25 Preview 2 (CL-12055273) and ...

Crash when placing a native UserWidget in a panel within another UserWidget

UE - Editor - UI Systems - Oct 7, 2019

The engine crashes when trying to initialize a native UserWidget within another widget. This happens because UUserWidget::GetSlotNames gets called before the widget tree is initialized, and we don't ...

Crash when resetting asset import data in static mesh editor

UE - Editor - Content Pipeline - Import and Export - Nov 29, 2019

Subway Sequencer crashes when opening shot0010_001

UE - Anim - Sequencer - Dec 13, 2019

Opening specific files inside of the "Sequencer" doc sample project results in engine crash. ...

Adding an actor with a default property track immediately after opening a sequence will crash the editor

UE - Anim - Sequencer - Aug 14, 2020

If an actor has default property tracks set up in the Project Settings, adding that actor to a level sequence through C++ will crash the editor. This seems to stem from the creation of the default p ...

Crash occurs in UMG Animation after pressing "Home" key and RMB the timeline

UE - Anim - Sequencer - Oct 17, 2016

This was able to be reproduced 100%. I encountered this during a Regression pass. I was trying to give myself more working space and remembered that hitting "Home" focused the space in sequencer, so ...

Rearranging Slate Brushes causes crash

UE - Editor - UI Systems - Jul 14, 2019

Rearranging the order of a Slate Brush array causes the editor to crash. Tested in 4.21.2 (CL - 4753647), 4.22.3 (CL - 7053647), 4.23 (CL - 7305105), 4.24 (CL - 7285696) ...

Project fails to package nativized const reference parameter

UE - Gameplay - Nov 17, 2017

Overriding a BlueprintNativeEvent function with a const reference parameter in blueprints causes the project to fail to package if the blueprint is nativized. Note: This only occurs if the function ...

Editor crashes when calling a "scroll into view" node with missing parameters

UE - Editor - UI Systems - Jan 15, 2018

There is an issue where Editor crashes when calling a "scroll into view" node with missing parameters. This issue should be caught when compiling the blueprint as one of the values should not be nul ...