Huge performance hit when recording a demo (demorec)

UE - Networking - Jun 3, 2019

The current engine version (4.22) seems to suffer a huge performance hit when using the demo recording (demorec) feature. This issue is present in both the editor and the packaged game (developer bu ...

"Convert to Blueprint" removes ability to edit component properties

UE - Gameplay - Blueprint - Dec 4, 2018

As noted by the user in the linked UDN question, this seems to be a problem with the PointLightComponent property on APointLight not having the VisibleAnywhere property descriptor. Also as noted, th ...

Assertion Failure: Cascade Particle !bPostTickComponentUpdate in same tick group as Cascade Particle system submission.

UE - Niagara - Apr 18, 2019

Attached Project:  [Link Removed] Since Upgrading project to 4.22, Licensee has been experiencing an Assertion crash in their built game. "I'm not exactly sure why it crashes. It's a very specific ...

BeginPlay execution order is different when using Game Mode instead of Game Mode Base

UE - Gameplay - Blueprint - Apr 26, 2019

Using Game Mode instead of Game Mode Base causes the Begin Play event to trigger in a different order. This is shown in the reproduction with the Begin Play of the Player Controller and the Game Mod ...

GAS: Ability that destroys owning actor on activate causes crashes due to ABILITYLIST_SCOPE_LOCK

UE - Gameplay - Gameplay Ability System - Oct 31, 2023

A GameplayAbility that destroys its owning actor inside ActivateAbility() causes a crash, because actor destruction will modify the ability list but ActivateAbility() is called within an ABILITYLIST ...

Crash when using ConstructorHelpers on Niagara assets

UE - Niagara - Apr 10, 2019

When using the ConstructorHelpers templated function, FObjectFinder, with Niagara assets, the editor crashes. Tested in 4.21.2 (CL - 4753647), 4.22 (CL  - 5660361),  4.23 (CL - 5806860) ...

[CrashReport] UE4Editor_CoreUObject!TFastReferenceCollector<1,FGCReferenceProcessor<1>,FGCCollector<1>,FGCArrayPool,0>::ProcessObjectArray()

UE - Foundation - Core - UObject - Jul 19, 2017

This is a common crash affecting users in 4.16. Over 100 users have been affected, although they have not provided additional information. Source Context 469 TokenStreamIndex++; 47 ...

Callling "Get[AxisMapping]" or adding AxisMapping Event node in blueprint will break code input implementation for that axis mapping

UE - Gameplay - Input - Aug 17, 2016

When character input is defined in code, adding a call to the Get[AxisMapping] node in blueprints causes input for the specific mapping to fail. Note: This only affects code based input, Blueprint ...

Crash occur package application which set the StringTable

UE - Foundation - Core - Mar 14, 2019

Crash occur the packaging application which has the title referencing StringTablem. When lunch the application with editor and standalone, it's not crash. It' not occur 4.20, and crash with 4.21 and ...

BSP brushes get Clipped or Disappear relative to the Surface Normals of a nearby Brush when Deleting/Flipping Faces

UE - LD & Modeling - Modeling Tools - BSP - May 1, 2017

While testing this issue it was interesting to discover how the surrounding BSP's were affected. They seemed to clip/disappear according to the surface normals of the deleted brushes. There is a si ...