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 ...

Crash adding a C++ First Person feature pack to a project

UE - Foundation - Core - Oct 2, 2017

Result: Crash while compiling modules for the projectFatal error: [File:d:\Builds\Release-4.18\Engine\Source\Runtime\CoreUObject\Private\Templates\Casts.cpp] [Line: 10] Cast of nullptr to Package fa ...

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 ...

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 ...

Editor crashes upon PIE unless tick is disconnected and reconnected

UE - Gameplay - Blueprint - May 14, 2015

Project crashes if user presses compile or PIE unless they first disconnect and reconnect event tick within blueprint component BP_BuildStage. Frequency: 4/4 CrashReporter: [Link Removed] ...

~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 ...

UCheatManager::ToggleDebugCamera() causes crash

UE - Gameplay - Oct 11, 2018

Toggling the Debug Camera with the UCheatManager::ToggleDebugCamera() function in a PlayerController derived class causes a crash. Tested in 4.19.2 (CL - 4033788), 4.20.3 (CL - 4369336), 4.21 (CL ...

Linux crash on Import

UE - Platform - Linux - Jun 2, 2016

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

Crash promoting a float pin from a split vector in Anim Blueprint

OLD - Anim - Jun 7, 2017

REGRESSION Yes, does not occur in 4.16. Crash occurs when the user splits a vector pin on an anim node and then tries to promote one of the float nodes to variable. I could not reproduce this issu ...

Importing User Camera FBX into Matinee in Matinee Fight Scene Crashes (UE4Editor_Renderer!CalculateShadowFadeAlpha())

UE - Graphics Features - Nov 20, 2014

Importing user provided Camera FBX will crash on closing the Matinee window in Matinee Fight Scene level. I cannot reproduce a crash in a blank project with this asset. Attached: Crash.zip - Inter ...