Static lighting crash on 5.4 when using landscape with WPO

UE - Graphics Tools - Terrain - Landscape - May 22, 2024

When static lighting is built for a landscape with "Use Material Position Offset in Static Lighting" enabled it causes an editor crash. Licensee mentioned it was likely caused by a commit for 5.4, C ...

Crash when IK Anim Node is used in post process blueprint.

UE - Anim - Rigging - Retargeting - Nov 5, 2024

If an IK Anim node is used in a post-process animation blueprint when that post-process blueprint is active in persona. It will crash attempting to get dynamically created goal components from an ac ...

Crash due to trying to run node of Editor Scripting category

UE - Gameplay - Blueprint - Jul 12, 2018

Application crashes when using nodes in Editor Scripting category in package. The reason is that the processing of the node in the Editor Scripiting category is surrounded by #if WITH_EDITOR.  As ...

Linux: Crash during shutdown

UE - Platform - Linux - Jan 11, 2017

Noticed this from having my Terminal open. ...

Crash in FPBDJointUtilities::ConditionInverseMassAndInertia

UE - Simulation - Physics - Solver - Aug 8, 2024

We seem to be setting the InverseInertia to zero, even though the InverseMass is non-zero. FPBDJointUtilities::ConditionInverseMassAndInertia assumes that the inverse inertia is only zero if the in ...

PIE crash due to non-empty ULevel::DestroyedReplicatedStaticActors array

UE - Networking - Feb 17, 2020

It's possible to end up in a state where some entries were saved in ULevel::DestroyedReplicatedStaticActors, which causes a crash when PIE starts up. I'm not sure how entries could end up in this l ...

Crash: Device Lost after enabling SM6 within EngineTest and QAGame

UE - Rendering Architecture - RHI - Apr 12, 2022

This is marked as a regression as the option to set SM6 within the project setting is new.Testing on NVIDIA as we speak Issue with the same repro steps is not an issue on an NVIDIA 3000 series card ...

Niagara editor crash

UE - Niagara - Feb 6, 2023

Crash when using AnimBudgetAllocator

UE - Anim - Runtime - Oct 21, 2021

In the AnimNode_Slot code, It seems that update() and evaluate() should be called by following order because in TickAnimation step, we need to make MontageEvaluateData valid.SkeletalMeshComponent::U ...

Opening Sprite assets or Paper Flipbook crashes the engine in 5.3

UE - Gameplay - Paper2D - Apr 16, 2024

Licensee was not able to open any Sprite asset file in 5.3 without it causing a crash. They were able to avoid this by disabling raytracing in the project. ...