Paper Terrain splines should not allow 'in/out of plane' movement

UE - Gameplay - Paper2D - Feb 4, 2015

They are effectively 2D and spline points should be constrained as such. We should snap them to the XZ plane in component to avoid issues and make it nicer for users. ...

XBox Controller is not recognized if connected during play on Windows10.

UE - Gameplay - Input - May 5, 2016

If a controller is connected to a Windows 10 machine while the game is running, input from the controller is not registered by the character. ...

If a delay node is directly connected to Event Receive Draw HUD, Draw Texture will no longer render

UE - Gameplay - Jan 12, 2016

If the user connects Event Receive Draw up to a delay node and then connects the delay node to a draw texture node, the draw texture node will no longer render. ...

"Root Motion From Everything" Immobilizes Default Character

OLD - Anim - Dec 1, 2014

Selecting "Root Motion From Everything" in the Default Character's Anim Blueprint results in the character not being able move (with the W,A,S,D keys) ...

Memory Use Steadily Increases in Editor With No Tabs Open

Tools - Nov 24, 2015

When in the editor, the memory use steadily increases ~1mb/s and rises indefinitely. This occurs without having any tabs open, and without performing any actions in the editor. Found in 4.10 Binary ...

Crash with a migrated BP actor using InstancedStaticMeshComponent

UE - Gameplay - Blueprint - Nov 28, 2016

A licensee reported one of their map crashes on open when they tried to migrate from 4.12 to 4.14. There was no crash in 4.13. This seems to be caused by a certain BP actor that adds InstancedStat ...

Crash in K2Node_CallFunction

UK2Node_CallFunction::GeneratePinTooltipFromFunction relies a lot on loops that increment the index used to check the individual characters in the comments. The problem is that there are a few miss ...

Selection Highlight cannot be disabled for Skeletal Meshes

Tools - Feb 7, 2017

Selection highlight cannot be disabled for Skeletal Meshes. They will always have the outline selection and some tinted selection over their faces. Static Meshes do not exhibit this behavior. This ...

Slate UI asset colors washed out on iOS

UE - Platform - Mobile - Feb 24, 2017

UI widgets are appearing a much brighter than they should TEST MACHINE SPECS: iPhone 7, iPhone SE, iPad Pro ...

Open Level node does not open the correct level in Packaged game

UE - Gameplay - Blueprint - May 30, 2017

Open Level node does not open the correct level in Packaged game. Instead of loading the level named in the node, the node will just open the current level. This issue can cause problems with Matine ...