Editor actor does not update when component code is changed.

UE - Gameplay - May 10, 2016

When a code based actor component has an exposed array of actor components, adding an element to the array in the editor will add the component to the actor but removing that element does not remove ...

Chaperone bounds appear to move around in the Vive

UE - Platform - XR - May 10, 2016

If the player moves their head around with the chaperone bounds showing the bounds will wave back and forth in a floating fashion. ...

Plugin fails to compile in 4.11 due to redefinition errors

UE - Foundation - Cpp Tools - Plugin System - May 10, 2016

Plugin fails compile in 4.11 / 4.12 due to redefinition of class/struct type (locally). AH user reported LNK2005 error when compiling in 4.11 Regression: YES? - Project with the attached plugin co ...

Using FEditorModeID for the "Mode" console command does not switch the modes tab

Tools - May 10, 2016

Using the FEditorModeID for the different editor modes does not affect actual modes available in editor Modes tab. Example: Command "Mode EM_Foliage" does not switch to the foliage mode Workaround ...

Crash when adding a camera to shot track if a player track has been added

UE - Anim - Sequencer - May 9, 2016

If the user creates a new sequencer for the level that includes the player character and a shot track the editor will crash if a new camera is set as the camera for the shot track. ...

GetMobility node tooltip refers to SetMobility() to change mobility setting at runtime

UE - Gameplay - May 9, 2016

When adding a Get Mobility node to a blueprint, the tooltip mentions to use SetMobility() to change the mobility at runtime, even though the mobility setting of a component/actor cannot be changed a ...

Rotating component using "Move Component To" does not use shortest distance

UE - Gameplay - May 9, 2016

Rotating component using "Move Component To" does not use shortest distance. Regression (Yes) issue (does not) occur in 4.10.4 ...

Adding array element of instanced meshes during simulation does not increase amount of elements in array

UE - Gameplay - Blueprint - May 9, 2016

Adding array element of instanced meshes during simulation does not increase amount of elements in array. Regression (No) issue (does) occur in 4.10.4 ...

Moving child component in child blueprint forces parent to become dirty

UE - Gameplay - Blueprint - May 9, 2016

Moving a component in a child blueprint causes the parent blueprint to become dirty and requires it to be recompiled. *Regression (No) issue (does) occur in 4.10.4 ...

Broken Lines when Calling Draw Lines Function in Standalone Game

Tools - May 9, 2016

Lines are not drawn correctly when calling the Draw Lines node in blueprints when playing in Standalone mode. Regression? Yes, I ran the same test in 4.9.2 and 4.10.4, and the issue did not occur i ...