Certain UPROPERTY values are not updated during auto-recompile

UE - Gameplay - Blueprint - Aug 4, 2016

Sometimes manual recompile is required to make a blueprint actually recompile data-only changes, but not always. If the last manual compile was with default values, then changes are not updated. If ...

Struct with a single unaltered element will remove the element from the struct on compile

UE - Gameplay - Blueprint - Oct 7, 2015

If used inside a UMG Blueprint, a struct that has only one element will remove the element from the struct after compiling the blueprint. If the element is edited or a second element is added then ...

Engine crashes with AudioMixer if the sound is disabled in the system

UE - Platform - Linux - May 16, 2019

Seems like failure to init SDL device is not being properly propagated and something on the higher level keeps pushing commands to the (non-existent?) audio thread. Paging also [Link Removed] and [ ...

Physics Asset ignoring Root Bone Rotation collision in Skeletal Mesh.

UE - Simulation - Physics - Dec 20, 2018

**Physics collision ignores Capsule Collision, When Skeletal mesh root bone orientation is rotated in the Z-Axis, resulting in unexpected collision behavior.   Screen shot has been attached to de ...

Animation System relies on FindFunctionByName which is not thread safe.

OLD - Anim - Mar 29, 2017

Currently, there are several places in FAnimInstanceProxy and FAnimNode_Base (and derived classes) that rely on FindFunctionByName in order to resolve transitions, evaluate pins, etc. This can happ ...

Crash on exit PIE when playing with more than one player on Linux

UE - Platform - Linux - Oct 3, 2016

When playing in non-single player game in the editor (either set # players or check dedicated server checkbox), the editor will crash when the play session ends. Regression: Yes - editor does not c ...

[CrashReport] Linux crash - llvm::TargetLowering::LowerCallTo()

UE - Platform - Linux - Jul 20, 2017

This is a common Linux crash in 4.16.2. ...

~FStaticMesh() can crash with race condition

UE - Graphics Features - Mar 21, 2017

UDN user reported frequent crashes in FStaticMesh::~FStaticMesh() on DrawListLinks[i]->Remove(false); Crash went away after adding critical sections to FStaticMesh::LinkDrawList(), FStaticMesh::Unl ...

[MRQ] Deleting all jobs after rendering queue with executor causes an assertion to fail.

UE - Anim - Sequencer - MRQ - Apr 18, 2022

Deleting all jobs after rendering queue with executor causes an assertion to fail. Repro Rate: 3/3 Tested this in //UE4/Release-4.27 @ CL#18319896 by utilizing a For Each Loop and Delete Job node ...

Linux crash on Import

UE - Platform - Linux - Jun 2, 2016

Attempting to import content into a project causes the editor to crash on Linux ...