Decal creates lighting artifacts on edge of meshes

UE - Graphics Features - Aug 22, 2017

When using deferred decals there are artifacts that are caused by the emissive color of the decal when viewing the decals from a low angle. These artifacts appear as thin lines on the edges of the m ...

HTML5 packages cause an error when being launched onto Chrome 32/64-bit and Firefox 32-bit

UE - Platform - Mobile - Sep 27, 2017

Attempting to launch a project packaged for HTML5 on Google Chrome 32/64-bit or Firefox 32-bit results in an error. According to Nick Shin, this is due to asm.js and does not include in newer versio ...

values for pinch input produce very different results for same area on android device

UE - Platform - Mobile - Oct 13, 2017

Values for pinch input produce very different results for the same area on an android device. values can range from 0 to 1, or end up in the thousands, despite the pinch distance being the same. It ...

Using the HighRes Screenshot command in a shipping packaged build crashes the game

Tools - Oct 20, 2017

Using the HighRes Screenshot command in a shipping packaged build crashes the game. This issue does not display a callstack or the crash reporter, simply a message that says fatal error then closes ...

Packaged game crash occurs when inclusive blueprints with an enum that exists in multiple blueprints

UE - Gameplay - Blueprint - Oct 23, 2017

THere is an issue with a Packaged game where a crash occurs when inclusive blueprints with an enum that exists in multiple blueprints. In the callstack, it appears that a blueprint is not found, ev ...

Spinbox displays values that differ from the value of the delta

UE - Editor - UI Systems - Nov 1, 2017

Spinbox displays values that differ from the value of the delta, when values are displayed for a spinbox their value always reads in the 0.000001 values, instead of listening to the delta. Unsure if ...

HTML5 Black Screen When Launching on Chrome With Mobile HDR Disabled

UE - Platform - Mobile - Nov 2, 2017

When launching the project with Mobile HDR disabled it launches with a black screen. This occurs in 4.16.3, 4.17.2, 4.18, and Main, from my testing. Launching with Mobile HDR enabled works fine exce ...

Reimporting an FBX file via the import button does not make the import options appear

Tools - Nov 28, 2017

Reimporting an FBX file via the import button does not make the import options appear. Instead of allowing the FBX to reimport with new options, the FBX just re-imports. This issue is a regression. ...

Blueprint debugger: variable getter node displays wrong object's value

UE - Gameplay - Blueprint Runtime - Jul 28, 2023

After triggering a breakpoint in blueprint, variable getter nodes can display the value of a different object than the node's target. For example: if an actor class has a value MyBool and the bluepr ...

FArchive broke operator<< for bool in Editor builds

UE - Foundation - Core - Feb 16, 2017

Looks like CL-3215392 added changes in FArchive where the operator<< method for bool is a member operator in Editor (as opposed to a global operator in non-editor and old builds). This causes shado ...