While renaming a variable in the Details panel, clicking another variable will rename it instead

UE - Gameplay - Blueprint - Feb 11, 2015

While renaming a variable in the Details panel, clicking another variable will rename it instead. ...

Game Instance being initialized twice in Android build

UE - Gameplay - Feb 11, 2015

When a project with a C++ custom game instance is packaged for Android, the game mode is initialized twice from different paths. Device log files attached ...

Trying to create a custom code class derived from ArrowComponent will result in the build failing in Visual Studio.

UE - Foundation - Core - Feb 11, 2015

Deriving a custom code class from UArrowComponent results in several link errors (LNK2001 and LNK2019) in Visual Studio when trying to build the project. ...

Editable text boxes (UMG) are displying the incorrect character when packaging to HTML5

UE - Platform - Mobile - Feb 10, 2015

When you add a editable text box to a project via UMG and package and deploy that project for HTML5, The Text box will show invalid characters when certain keys are pressed. I have attached a photo ...

Actors are deleted when multiple actors from multiple sublevels are moved to the persistent level

Tools - Feb 10, 2015

Actors disappear when multiple actors are selected and are moved from multiple sublevels to the persistent level at the same time. ...

Flickering when scrolling on OS X

UE - Platform - Apple - Feb 9, 2015

Screen flickers severely when scrolling, panning windows on a MAC running 4.6 with Yosemite. *See video linked on AnswerHub post. ...

Math nodes do not display "Node comments" above them

UE - Gameplay - Blueprint - Feb 9, 2015

When right clicking a math node such as "Byte * Byte" and then adding a comment to it, you can not have the comment displayed above the node. There is no option to do so. ...

Overridden Interface Functions in Child BPs lose array output pins after closing/reopening the project and become invalid

UE - Gameplay - Blueprint - Feb 7, 2015

Overridden Interface Functions in Child BPs lose array output pins after closing/reopening the project and become invalid. Reproduced in Main //depot/UE4/Promotable-CL-2434822 ...

Some features in the Post Process have stopped working in this instance

UE - Graphics Features - Feb 6, 2015

Post processing has stopped working for the majority of features in the settings. attached: Project download: [Link Removed] ...

Format Text node accepts breakpoints w/o execution pins

UE - Gameplay - Blueprint - Feb 6, 2015

Even though the Format Text node does not have any execution pins it is possible to put a breakpoint on the node. NOTE: The breakpoint appears as a yellow circle and does not trigger when the code ...