[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 when committing level instances containing invalid child actor components

UE - World Creation - Worldbuilding Tools - Level Instances - Dec 4, 2024

Editor crashes when edit foliage assigned to data layer in foliage mode

UE - World Creation - Worldbuilding Tools - Foliage - Apr 29, 2022

Packaged Game crashes when using blend space that was added from the context menu

UE - Anim - Runtime - Anim Blueprints - Nov 16, 2021

Blendspace created within an animation blueprint from the context menu throws an assertion when packaged and ran. Only occurs in packaged projects. The blendspace will work correctly in PIE, and st ...

Level will crash if Landscape material layer can't find LayerInfo file.

UE - LD & Modeling - Terrain - Landscape - Sep 8, 2016

Artist had problem open his level after LayerInfo file was deleted ...

Making changes to a Camera Shake while previewing the Camera Shake triggers a crash

UE - Anim - Sequencer - May 23, 2022

This is not a regression. Tested in //UE4/Release-4.27 CL 18319896  Making changes to a Camera Shake while previewing the Camera Shake triggers an Assertion upon compiling. ...

Streaming Nodes and Runtime LiDAR point clouds causes Engine to Crash

UE - Editor - Content Pipeline - Datasmith - May 16, 2022

Frequent runtime operations on Lidar Point Cloud Octree cause Access Violation ExceptionEdit The Exception occurs while checking bInUse value of QueuedNode, which suggests that this QueuedNod ...

Doing a scene capture of a particle off screen on a thread other than the game thread in a packaged game asserts/crashes

UE - Niagara - Feb 15, 2018

From licensee: When building and running the package on windows or other platforms, the game stops at an Assert when a particle is being rendered (off screen) from a thread other than the game thre ...

TAttributeContainer::CopyFrom crashes when container contains invalid bone indices for active mesh

UE - Anim - Runtime - Jun 16, 2024

Currently there's no validation within the animation attribute container that bone ids are valid.  This means that client/game code can add attributes with invalid bone ids into the container and th ...