Delay nodes occasionally don't fire the "Completed" output in a nativized build.

UE - Gameplay - Blueprint - Jun 13, 2018

This happens when the 32-bit LatentUUID signed integer that we generate for the delay node starts with "-1" when converted to an FString (e.g. "-1824950080"). During compilation, we pack latent fun ...

GlobalShaderCache file is missing when Direct X 11 SM5 is disabled for packaging

UE - Graphics Features - Nov 16, 2016

When trying to launch a .exe after disabling SM5 in the project settings, an error will appear. The global shader cache file ../../../../Engine/GlobalShaderCache-PCD3D_SM5.bin is missing. ...

[CrashReport] UE4Editor_InputCore!FKey::FKey()

UE - Editor - UI Systems - Slate - Nov 1, 2017

This is a trending crash coming out of the 4.18 release. It may be a regression as there are no records of it occurring in 4.17. Users have not provided any descriptions of their actions when the c ...

Default Values missing from Local Variables in Blueprint Actor Construction Script

UE - Gameplay - Sep 19, 2019

Specific to the Blueprint Construction Script, Local Variables cannot have their value set in the Editor, because the "Default Value" section of the Details tab will never appear. This only affects ...

Fatal error importing via Datasmith (memory allocation)

UE - Editor - Content Pipeline - Datasmith - Exporters - Jan 17, 2019

Trying to import a large Revit asset using Datasmith causes the system to use all of it's memory. Certain systems may receive a memory allocation error in the process. ...

Particle Systems Feed Broken Values to Dynamic Parameters in Materials with Instanced Stereo Enabled

UE - Niagara - Jul 11, 2019

Particle Systems Feed Boroken Values to Dynamic Parameters in Materials with Instanced Stereo Enabled Working as expected in 4.21 CL# 4753647 Found in 4.22 CL# 7053642, 4.23 Preview 1 CL# 7236301, ...

Project configured to spawn Niagara system via Character blueprint in a Code project fails to Cook, then crashes project on open

UE - Niagara - Mar 7, 2019

Project configured to spawn Niagara system via Character blueprint in a Code project fails to Cook, then crashes project on open Discovered when verifying [Link Removed] (also similar to [Link Remo ...

[CrashReport] UE4Editor_Engine!FMeshMaterialShaderType::FinishCompileShader() [meshmaterialshader.cpp:121]

UE - Graphics Features - Dec 1, 2017

This is a common and longstanding crash that has occurred since at least 4.11. However users have not provided any descriptions of their actions when the crash occurred. Source Context 107 ...

Changing LODBias on landscape sections causes grass type placement issues

UE - LD & Modeling - Terrain - Landscape - Jun 6, 2018

Changing LODBias on landscape sections causes a grass type placement issues. The grass will be floating and rotated incorrectly. Found in 4.18 CL# 3832480,  4.19 CL# 4033788, 4.20 Preview 1 CL# 4 ...

Animation Blueprint Classes are Uncastable

OLD - Anim - Aug 13, 2019

It appears that the Anim Instance class is no longer accessible. As a result, no animation blueprints made are accessible via blueprints - regardless of whether or not the skeletal mesh actually use ...