The Spawn Actor from Class node's dropdown menu gets cut off when zoomed out

UE - Gameplay - Blueprint - Mar 12, 2015

The Spawn Actor from Class node's dropdown menu gets cut off when zoomed out. Reproduced in 4.7.2 binary and Main (//depot/UE4/Promotable-CL-2473270) ...

Crash when selecting an action performed in a diff between two revisions in SVN

UE - Gameplay - Blueprint Editor - Jul 6, 2015

Get nasty crash when performing a diff between two revisions on a BP uasset and then select a parent section that was modified, followed by a specific action performed on that section of the BP. ...

Switching to SM4 with LPVs active crashes Editor

UE - Graphics Features - Jun 18, 2015

Switching to SM4 when you have LPVs active in a project will crash a project. Also reproduced in Main Promotable-CL-2589716 and 4.8.0 Launcher [Link Removed] ...

Import options broken when importing bones-only fbx animation

OLD - Anim - Jun 19, 2015

This bug is being entered for integration purposes. This is already fixed in 4.9 Main with one of Lina's changes (CL:2584657). Wanted to try and get this into a 4.8 hotfix ...

The == node is no longer available for Strings

UE - Gameplay - Blueprint - Jun 14, 2015

The == node is no longer available for Strings. Reproduced in 4.8.0 and Main (The == node is no longer available for Strings). This is a regression: the == node for strings existed in 4.7.6 ...

Refraction not working with MakeMaterialAttributes

UE - Graphics Features - Sep 14, 2015

When setting a material to Use Material Attributes and then feeding in a Refraction value with MakeMaterialAttributes, the refraction doesn't work properly Reported in 4.8, but I tested in Main as ...

Blueprint Macro Libraries based on Actor cannot be reparented to Object

UE - Gameplay - Blueprint - Jul 13, 2015

Blueprint Macro Libraries based on Actor cannot be reparented to Object Reproduced in 4.7.6, 4.8.1, and Main (//depot/UE4/Promoted-CL-2605171) ...

Adding teleport node after AddMovementInput breaks jumping animation

UE - Gameplay - Jun 6, 2016

Calling the teleport node after the Add Movement Input nodes affects movement by preventing the character's capsule from updating, causing the mesh to hit the top of the capsule during the jump anim ...

UMG element clipping does not work on Galaxy S8 (Mali)

UE - Platform - Mobile - Mar 13, 2018

UMG clipping requires stencil. Seems like we don't request stencil when creating backbuffer Changing const int EGLMinStencilBits = 0; to const int EGLMinStencilBits = 8; fixes this. ...

Get Hit Result Under Finger by Channel appears to return the wrong location on MAC during PIE

UE - Platform - Apple - May 11, 2018

The location give by the Get hit result under finger by channel appears to be affected by screen size on Mac. When clicking an area in the level, it does not always return the area under the finger ...