Niagara system loses source emitters when moving Engine from 4.22 or earlier to 4.23 or later.

UE - Niagara - Nov 29, 2019

The following code causes this behavior.// NiagaraSystem.cpp for (FNiagaraEmitterHandle& EmitterHandle : EmitterHandles) { EmitterHandle.ConditionalPostLoad(NiagaraVer); if (!EmitterHandl ...

Problems in skeletal mesh merge

UE - Editor - Content Pipeline - Asset Build - May 10, 2021

There are a few issues a licensee has found with the skeletal mesh merge operation. See the UDN for more details and the proposed fixes. Note, the issue with the cloth merge is already logged in a ...

bIgnoreAllPressedKeysUntilRelease only applies to keys in the previous mapping

UE - Gameplay - Input - Jun 16, 2022

This is because the RebuildControlMappings function only checks this flag when you have a mapping that was already added, we should apply this for any new mappings as well.  I'll update the repro s ...

Crash when updating phsyics simulated box extent during runtime

UE - Simulation - Physics - May 12, 2017

If a Box Collision component is set to simulate physics, calling "Set Box Extent" causes the editor to crash. Workaround: Setting Collision Enabled for the box component to "Physics Only" or "Query ...

Crash from 2D Ledge with Custom event

UE - Gameplay - Blueprint - Feb 21, 2017

Crash from 2D Ledge with Custom event this occurs when the character overlaps with a material that is referenced via a custom event ...

Editor Crash when blueprint Self reference is passed by reference

UE - Gameplay - Blueprint - Feb 7, 2017

When a custom event has an input whose type is a reference to an object (Actor-Reference, Player Controller - Reference, etc) and is set to pass-by-reference, passing a reference to the "self" bluep ...

Editor crash when spawning character from template

UE - Gameplay - Components - May 18, 2017

Spawning a character using an existing character as a template causes the spawned character to inherit the animation of the original and may lead to a crash. This appears to be unique to character ...

Editor Crashes if GetMaterialIndex is called with an invalid slot name

UE - Graphics Features - Feb 8, 2017

Calling Get Material Index node with an invalid slot name will produce a return value of -1. Passing this value to a Get Material node causes the editor to crash. ...

Editor crashed when opening TM-MeshPaint in QAGame

UE - Graphics Features - Jan 20, 2017

While reviewing [Link Removed] test case, I hit the following crash opening the TM-MeshPaint level. On first attempt shaders were compiling, on attemps after, editor crashes much faster. ...

Crash when rotating and resizing a Background Blur widget

UE - Editor - UI Systems - Feb 16, 2017

If the user rotates a background blur widget and then tries to resize it, this will cause the editor to crash Note: Widget cannot be opened if the widget is saved in this state. ...