Material stats incorrectly flag 17/16 samplers even if GL4 allows 32

UE - Rendering Architecture - RHI - Jul 15, 2015

From AnswerHub: Utilising 128 textures in a material does not work in Linux, its still limited to 16 (actual 12) on OpenGL platforms, I looked at the commit that implemented it and I don't see anyth ...

Unable to import editor preference settings

Tools - Nov 18, 2014

QA Regression? Yes: Working:2356762 Broken:2362994 The import button for most of the general editor settings is grayed out. User is unable to import previous appearance settings. Update 06-28-2 ...

Typing "Custom" in Blueprint Search Menu No Longer Brings Up Add Custom Event by Default

UE - Gameplay - Blueprint - Sep 2, 2016

When typing the word "Custom" into a blueprint search field, Add Custom Event is no longer the first node that appears. This is inconsistent with behavior in previous versions, as typing in "custom ...

Pressing enter to confirm a function description instead enters a new line

UE - Gameplay - Blueprint - Sep 9, 2016

Using Enter to accept the description of a blueprint function causes the cursor to return to a new line instead of accepting the current input. Regression: Yes - Pressing enter in 4.12 would accept ...

Application fails on HTML5

UE - Platform - Mobile - Mar 6, 2015

User is unable to launch his project onto HTML5 without any errors. The game doesn't work as an application, merely a background image. Works perfectly on Windows. ...

First Person Game Mode isn't set correctly for new default levels

Docs - Samples - May 26, 2015

When creating a new default level in the first person template, the default game mode is set to 'pawn' rather than 'first person character'. ...

Crash when using Crtl+Z after wrapping and selecting padding field

UE - Editor - UI Systems - Feb 22, 2017

Editor crashes when clicking in to a padding field after wrapping a widget and then trying to undo the change. ...

Setup.sh script does not work in directories with a space

UE - Platform - Linux - Feb 9, 2017

According to AnswerHub, Setup.sh will fail: https://answers.unrealengine.com/questions/427889/building-engine-on-linux-gitdependenciessh-no-such.html ...

Convert Transform to Relative node could use more information

UE - Gameplay - Blueprint - Jun 10, 2016

It appears that "Convert Transform to Relative" can be confusing. Users are saying that they expect the nodes to be swapped in what they think their function would be. One person as suggested that a ...

Touches on windows generate 2 mouse events.

UE - Editor - UI Systems - Slate - Mar 22, 2017

The problem is that windows supplies both a touch event and a mouse event for each touch. The engine then handles touches as mouse input so that UI elements can work correctly on touch platforms. ...