Crash calling destroy actor for Geometry Collection while it's simulating

UE - Simulation - Physics - Destruction - May 12, 2020

Crash occurs when user call Destroy Actor on a Geometry Collection Actor. This seems to only occur while the actor is simulating. If called while on the ground, it doesn't seem to occur. ...

Launch Game Crash with None Distribution Method in Cascade

UE - Graphics Features - Jun 24, 2015

When you set the Distribution method to NONE in an initial Mesh Rotation Module of Cascade, cook the content for windows and then Launch for windows (or other non-editor device), the launched game w ...

Crash spawning actor with instance editable gameplay tag property that was changed inline

UE - Foundation - Core - UObject - May 6, 2020

REGRESSION Does not occur in 4.24 Crash occurs if the user spawns an actor with an instanced editable Gameplay Tag node that was changed on the spawn node. Another user reported this happening wit ...

Crash when adding an Event Write node to a Niagara Scratch Pad module

UE - Niagara - May 13, 2021

It seems that the crash is related to all of the "Write" events. I tested the Event ChaosDestruction Write, Event Float Write, and Event Bool Write and all 3 caused the crash, but their "Read" count ...

Crash when setting Kill Particles to true on some emitters in a Niagara System

UE - Niagara - May 20, 2021

When setting the Kill Particles boolean of an emitter in a Niagara System to true, the editor crashes. So far, I've only been able to reproduce the issue with the NS_EH_KP system that a user provide ...

Crash when launching a packaged project where a code class gets a reference to a Blueprint widget that contains an instance of a Blueprint struct

UE - Gameplay - Blueprint - Aug 3, 2017

A packaged project will crash on launch if a code class uses ConstructorHelpers::FClassFinder to get a reference to a Blueprint Widget that contains a Blueprint struct variable. Disabling EDL in the ...

Packaged ThirdPerson template with "start in vr" enabled packaged and launched with "-nohmd" crashes

UE - Platform - XR - Mar 31, 2021

The callstack is not XR-specific, it's just the engine trying to secure the audio device on startup, windows failing to return one, and the app not being able to continue safely. The crash does not ...

Crash compiling a blueprint after changing a TMap value from Vector to Vector4

UE - Foundation - Core - UObject - Jun 29, 2020

REGRESSION: Issue does not occur in 4.24 Crash occurs when the user changes a blueprint TMap value from Vector to Vector4 and then compiles the blueprint. This seems to only occur with TMaps, as ...

Setting a Niagara Bool parameter during runtime causes ensure and the parameter to not be read properly

UE - Niagara - Jun 22, 2020

Setting a Niagara Bool parameter during runtime causes ensure ...