Editor becomes unresponsive after clicking off of a Widget when the input mode is set to UI only

UE - Editor - UI Systems - May 19, 2015

If the user sets the input mode to UI Only and then clicks on the screen in an empty area (so that it captures the mouse) the user will no longer be able to add any input of any kind and must use th ...

Landscape holes retain collision if Mip level changed to 1

UE - LD & Modeling - Terrain - Landscape - May 19, 2015

Landscape holes have collision if the mip level of the landscape is changed from 0 to 1. ...

10 or more Static Meshes set to Simulate Physics and Replicates Movement will crash the editor with PIE set to 2 or more players

UE - Networking - May 19, 2015

10 or more Static Meshes set to Simulate Physics and Replicates Movement will crash the editor with PIE set to 2 or more players. Less than 10 don't cause a crash. The user reporting this got a mor ...

Cannot build for Windows with the Steam VR plugin Enabled

UE - Platform - XR - May 19, 2015

If a user has the Steam VR plug in enabled it will cause the build for windows to fail when trying to package. ...

Cached State Machine is re-initialized whenever cached pose is referenced

OLD - Anim - May 19, 2015

This may not be an expected use of state machines, but it is becoming a showstopper for a couple of users. These user's are caching their locomotion state machine and then using a second state mach ...

Cannot Set the Arrow Component Size Correctly within Construction Script as Actor Blueprint

UE - Gameplay - Blueprint - May 19, 2015

Setting the arrow size of an added arrow component via the Construction Script, does not update unless the 'Set Arrow Size' is plugged into the 'Set Arrow Color' function. The expected outcome woul ...

Wires cannot be Ctrl + dragged off reroute nodes

UE - Gameplay - Blueprint - May 19, 2015

Wires cannot be Ctrl + dragged off reroute nodes. Ctrl + clicking and dragging the wire from a pin on other nodes acts the same as Ctrl + click-dragging from the pin itself, but on Reroute nodes thi ...

Using FObjectFinder outside of the constructor causes crash

UE - Foundation - Core - May 19, 2015

If FObjectFinder is used in a function other than the constructor, which should not be done, it causes a crash. ...

Potential BB-observing mechanics issue with BP implementable BT decorators

UE - AI - May 19, 2015

Error Cannot override 'BTService_BlueprintBase::ReceiveTick' at Event Receive Tick which was declared in a parent with a different signature ...

When printing an option within an Enumeration out to the screen it does not return the correct name in stand alone

UE - Gameplay - Blueprint - May 19, 2015

If a user tries to print out one of the named variables that is stored within an Enumeration blueprint then it will return something along the lines of Enumeration 0, Enumeration 1, Enumeration 2, . ...