Blueprints from UE4 with dangling delegate reroute node crashes on UE5 load

UE - Gameplay - Blueprint Compiler - Dec 22, 2023

If a project from UE 4.27 or earlier has a blueprint with a reroute node dangling (no outgoing connection) from a Custom Event Node's delegate pin (red), this blueprint will crash when loaded in UE ...

Adding "Add Velocity" module to event handler stage causes ensure (ensureMsg)

UE - Niagara - Scripting - Dec 19, 2023

Adding a module which has Required Dependencies (such as "Add Velocity") to event handler stage causes ensureMsg. > > In system /Game/NewNiagaraSystem.NewNiagaraSystem, module AddVelocity (NiagaraN ...

Android build fails with GPU Lightmass plugin enabled

UE - Platform - Mobile - Nov 5, 2020

Packaging for Android fails with the GPU Lightmass plugin enabled. A customer reported this and I was able to successfully repro it, however my callstack was different. I'm attaching my logs and cal ...

Crash after Undo and garbage collection on sequencer track

UE - Anim - Sequencer - Apr 18, 2019

A crash occurs after adding an additional camera track, undoing the additional, and then calling garbage collection Appears to be the same callstack found here [Link Removed] ...

Crash when removing an item from a list view

UE - Editor - UI Systems - Apr 18, 2019

When removing an item from a list view the editor will crash when trying to update. ...

Crash after deleting Editor Utility Widget and accessing it from Window menu

Tools - Feb 25, 2019

Crash after deleting Editor Utility Widget and accessing from Window menu ...

Crash when setting a bookmark after going live with Multi-User Editing

UE - Virtual Production - Apr 22, 2019

When using Steam VR in combination with the Multi-User Editing plugin and the Virtual Production Utilities plugin the engine crashes when adding a bookmark while a server is running. ...

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. ...

Spawnable Level Instance via Sequencer in WP map

UE - World Creation - Worldbuilding Tools - Level Instances - Aug 21, 2023

ULevelInstanceSubsystem::OnActorDeleted: check(!IsEditingLevelInstanceDirty(LevelInstance) && !HasDirtyChildrenLevelInstances(LevelInstance)); ...

"Build All Levels" does not re-AddNavigationSystemToWorld

UE - AI - Navigation - Feb 28, 2024

The Build All Levels editor action cleans up the world's NavDataSet (UNavigationSystemV1::NavDataSet) as pre-rebuild world cleanup by calling: SetNavigationSystem(nullptr); inside UWorld::Cleanu ...