Edits of node properties that are not stored on pins do not diff correctly

UE - Gameplay - Blueprint Editor - Oct 2, 2015

Currently details changes to the following are not noticed by the Diff tool when diffing AnimBPs:State Machines (i.e. Max transitions per frame)Transition rulesConduitsStates This also affects non- ...

Crash on startup with a Blueprint deriving from an abstract class with a SpriteComponent

Tools - Feb 7, 2018

Appears to be an issue with load order and the timing of when we populate the 'ShowSpriteCommands' and 'SpriteIDToIndexMap' containers, which we assert on if they're not the same size. The original ...

"Combine Meshes" Breaks Material Slot Assignment

Tools - Jan 18, 2017

When importing an FBX with several different meshes and multiple materials with "Combine Meshes" enabled the materials will get assigned to incorrect portions of the mesh. I've included a version o ...

Crash after network disconnection/pulling network cable

UE - Networking - Jul 11, 2019

A very unfortunate bug shipped in 4.22 that causes a crash in many cases when a client is disconnected from the network, such as when unplugging the network cable. This will be a cert failure on con ...

Landscape Layer Blend generates bad code for preview shader

UE - LD & Modeling - Terrain - Landscape - Sep 23, 2019

It breaks only when compiling the preview shader. Adding a preview weight to the Layer0 on the Layer Blend node fixes the problem. The source of the bug is in UMaterialExpressionLandscapeLayerBlend ...

Incorrect WorldType causes crash in ULandscapeSplinesComponent::CheckForErrors

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

When adding a sub-level that contains a Landscape and Landscape Splines to an existing Level, it will cause a crash when building the lighting.  This issue was reported in 4.18.3 (CL 3832480) and t ...

DataTable::LoadStructData allocating wrong size

UE - Foundation - Core - Oct 5, 2016

Pointed out by a licensee here: UDataTableを読みこんだ際のメモリ破壊について When reading the `UDataTable, in DataTable::LoadStructData()` the contents of the struct are interpreted[Image Removed], but the size of ...

Fbx importer can import valid under 30Hz anim at 30Hz

Tools - Jul 17, 2017

The samplerate of a track was compute with the following formula Equation 1: number of Key / animation Time This formula work only if we have animation keys that are time equidistant. example of ...

Lightmaps on Mobile Devices Appear Dirty and Blurry

UE - Platform - Mobile - Nov 28, 2017

When deploying project to a mobile device, the quality of the baked lighting and shadows becomes very poor compared to "Mobile Preview." Lightmaps appear dirty and blurry, with splotches (As shown i ...

CaptureEveryFrame=False Produces Green Capture in Packaged Game

UE - Graphics Features - Dec 8, 2017

When setting a SceneCapture with Capture Every Frame set to False, the capture will appear bright green in Packaged project. It captures as expected in editor/ PIE, and also works fine if Capture Ev ...