During SIE (simulate) and ejected-PIE, modifying a map actor causes triggers RerunConstructionScript() which discards all runtime modifications to SCS components

UE - Gameplay - Blueprint Runtime - Sep 6, 2024

When Simulating, or Playing-In-Editor and ejected, modifying an actor in the editor world causes the SIE/PIE runtime actor to recreate its blueprint added components via AActor::RerunConstructionScr ...

Editor crashes when an Animation Blueprint Template is compiled with 'Layered Blend Per Bone' node

UE - Anim - Runtime - Mar 17, 2022

Editor crashes when an Animation Blueprint Template is compiled with 'Layered Blend Per Bone' node. ...

Crash when syncing a folder with source control that contains a level that utilizes Level Streaming

Tools - Dec 28, 2017

A crash occurs when you attempt to run the sync command on a folder that contains a level that is using level streaming in the editor. This was tested with Perforce and Subversion. Have not tested ...

Ensure thrown when applying a Linear Color User Exposed Variable in a Niagara Emitter

UE - Niagara - May 20, 2022

This is a regression tested in //UE4/Release-4.27 CL18319896. Ensure thrown when applying a Linear Color User Exposed Variable in a Niagara Emitter. ...

Crash when recombining Value Pin after swapping Target Wild Card pin from a Vector2D to a Vector on a Set By-Ref Var node

UE - Gameplay - Blueprint - Jul 18, 2022

This is not a regression. Tested in //UE4/Release-4.27 CL18319896 Crash when recombining Value Pin after swapping Target Wild Card pin from a Vector2D to a Vector on a Set By-Ref Var node.  ...

Assertion failed: InputOboeStream != nullptr when changing levels with Android voice enabled

UE - Audio - Jan 7, 2020

Assertion failed: InputOboeStream != nullptr when changing levels with Android voice enabled User was able to workaround the issue by replacing Audio::FAudioCaptureAndroidStream::CloseStream() wi ...

Mobile VR - Foliage (HISM) crash

UE - Platform - XR - Jun 7, 2019

HISMs cause mobile VR app to crash. Confirmed in 4.23 MAIN @ CL 6829265 ...

Renaming Niagara's emitter name in the Timeline panel causes a crash

UE - Anim - Sequencer - Jun 18, 2024

Renaming an emitter's name in Timeline panel of Niagara editor causes an editor crash. This happens because FViewModelHierarchyOperation constructor is called with null InAnyModel ptr; FViewModelHi ...

Cooking fails with a Nanite Landscape and 3D text asset

UE - Virtual Production - Avalanche - Sep 20, 2023

Adding a 3D text actor to a level with a Nanite landscape causes cooker to hit an assert Tested in the Following  //UE5-Release-5.3-CL-27405482 ...

Fill Data Table from CSV File crashes editor if the data table is open

Tools - May 6, 2019

Attempting to use the Fill Data Table from CSV File node will result in a crash if the CSV file is open when running. ...