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

EQS Overlap test no longer recognizes custom Collision Object Channel

UE - AI - Nov 12, 2019

Environment Queries Ignore tests for Custom Collision Object Overlaps. Note: The expected behavior seems to have worked in 4.21, After following the steps to reproduce, I can verify a successful de ...

Editor crash when drag and drop the Image widget in a NamedSlot on the designer

UE - Editor - UI Systems - Apr 20, 2020

When first added as a child widget in NamedSlot, the child widget can be dragged and dropped onto the parent widget's designer. The following assert causes a crash. Assertion failed: ParentWidget ! ...

[CrashReport] UE4Editor-Engine!FDDSLoadHelper::IsValidCubemapTexture() [DDSLoader.cpp:158]

UE - Graphics Features - Dec 2, 2019

Generated from CrashReporter ...

Attempting to set skeletal mesh on vehicle blueprint during PIE crashes editor

UE - Simulation - Physics - Feb 8, 2016

Switching the skeletal mesh of an actor during PIE crashes the editor. Frequency: 5/5 Crashreporter: N/A ...

On NM_Client, GameplayDebugger defaults to green smiley for NPCs implying running BehaviorTree while AI info is unknown

UE - AI - Debugging - Mar 12, 2024

Context GameplayDebugger (Press ` in-game) displays a green smiley (AICON-Green) for AIControlled pawns that are running a BehaviorTree and a red angry face (AICON-Red) otherwise. If the AIControll ...

Crash Occurs When One Morph Target is Deleted and Another is Adjusted Afterward

UE - Graphics Features - Feb 26, 2018

Engine crashes when a morph target on an asset that has multiple morph targets is deleted and then another morph is adjusted afterwards Notes: Asset came from an older Jira where this same issue o ...