Crash when Opening the Class Defaults or Class Settings Tab within an Actor Blueprint

UE - Gameplay - Blueprint - May 19, 2015

A crash occurs when attempting to open the 'Class Defaults' or 'Class Settings' tab of an Actor Blueprint. If the 'Details' tab is already open and you close it and attempt to reopen the options, th ...

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 ...

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. ...

Odd behavior when moving a large number of assets

UE - Editor - Content Pipeline - Content Browser - May 18, 2015

User is experiencing his PC running out of memory when he does large move/copy operations in the content browser. There are a few issues with this process. The first is that attempting to drag any ...

HeaderTool issue with comment format

UE - Foundation - Core - May 18, 2015

If a user is attempting to apply a header comment to a function, if the following syntax is used, the editor will return the error "End of class header encountered inside comment" /** @brief Values ...