Cannot build project for the Development configuration after adding a new UFactory code class

Tools - Apr 13, 2018

Adding a new custom UFactory code class to a project results in no longer being able to build the project for the Development configuration. Prior to adding the UFactory code class the project can b ...

Setting Texture Group "UI" from Editor Utility Blueprint at Import causes a crash

UE - Texture - Nov 28, 2023

In Blueprint, binding a custom event to OnAssetPostImport and setting TextureGroup to UI causes the UE editor to crash. But if it sets to the other group like "World" or "Character", this crash does ...

Editor crashes when using decal material on Instanced Static Mesh with Raytracing

UE - Graphics Features - Lumen - Apr 8, 2021

This issue can occur when setting the Decal Material to Instanced Static Mesh in a Raytracing enabled project. (If there is a cache, it will not crash.) The cause is that DefaultDeferredDecalMateria ...

After importing morph target: Ensure condition failed: Referencing SkeletalRenderGPUSkin.cpp

Tools - Sep 23, 2017

Hit handled ensure when dragging the slider in Morph Target PreviewLogOutputDevice: Error: Ensure condition failed: DynamicData->MorphTargetWeights.Num() == LODModel.MorphTargetVertexInfoBuffers.Get ...

nDisplay Crash in DisplayClusterDeviceBase.cpp

UE - Virtual Production - nDisplay - Aug 14, 2020

The showdebug abilitysystem command crashes editor when the target is a child actor

UE - Gameplay - Dec 2, 2021

An actor with an AbilitySystemComponent that is spawned by a ChildActorComponent will have a null AbilityActorInfo. This leads to a crash in the ASC when GetDebugTarget attempts to access AbilityAct ...

Editor crashes when re-opening a project that had previously successfully applied a Live Coding patch

UE - Foundation - Cpp Tools - Live Coding - Apr 9, 2019

The Editor will crash while opening a project that had previously successfully had a Live Coding patch applied, and then was closed. The `LiveCodingConsole.exe` process continues to run after both t ...

[AI] Crash in UGameplayDebuggerLocalController::OnDebugDraw

UE - AI - Debugging - Apr 27, 2024

UGameplayDebuggerLocalController::OnDebugDraw crashed with a dereferenced nullptr for CachedReplicator. ...

[AI] SmartObject with Precondition in a persistent collection crashes editor when exiting PIE

UE - AI - SmartObject - Sep 26, 2023

Adding the Precondition to the SmartObject caused an assertion when it was part of a persistent collection. The precondition needs to be able to pass its Activate method to cause the assert. This b ...

Crash may occur if Actor is selected on the outliner and then discarded

UE - Editor - Workflow Systems - Jul 1, 2022

Discarding Actor while it is selected on the outliner may cause a crash. This may be caused by operations from C++ not being listed in the UNDO list, which may refer to unreferenced objects during ...