Skeletons don't cook in a deterministic way

OLD - Anim - May 11, 2017

The "Rifle_Skeleton" asset in ShooterGame doesn't cook deterministically, and as such is always included in patches. Possible regression of [Link Removed] ...

Paper2D Sprite doesn't cook deterministically

UE - Foundation - Core - Cooker - May 11, 2017

The "DummySprite" asset in Plugins/Paper2D doesn't cook deterministically, and as such is always included in patches. ...

Unexpected behavior from moving multiple widget components with render transform

UE - Editor - UI Systems - May 10, 2017

Unexpected behavior occurs from moving multiple widget components with render transform applied to them. The individual components seem to change relative position or rotation when being clicked and ...

Inconsistent comment for SetTimer in TimerManager does not specify that InRate and InFirstDelay should be in seconds

UE - Gameplay - May 10, 2017

The comments for SetTimer in TimerManager.h do not specify that the time is in seconds. This is a discrepancy from comments for Blueprint Set Timer nodes, which do specify that the time is in second ...

Editor Crash on Mac after creating blueprint structure

UE - Gameplay - Blueprint - May 10, 2017

Creating a blueprint structure in the content browser causes the editor to lock up and become unresponsive. ...

Shortcut(Ctrl+W) do a duplicate action in Blueprint Interface function list even if threre is no duplicate/copy action in the context menu.

UE - Gameplay - Blueprint - May 10, 2017

Blueprint Interface functions have no duplicate/copy context menu but still shortcut (Ctrl+W) is working and making duplicated arguments. ...

Contains node for array allows different Reference with no error thrown

UE - Gameplay - Blueprint - May 9, 2017

When using the contain node for an array there is a delay is getting a proper warning to show under certain conditions. This issue occurs when a pin for the bottom is connected before the array is. ...

Color Picker No longer Retains Hex Values

Tools - May 9, 2017

The color picker doesn't remember values pasted or entered into the Hex Linear or Hex SRGB field. ...

Skylight has too much influence on Subsurface Scattering

UE - Graphics Features - May 9, 2017

Users on the AnswerHub are reporting that Skylights have too much effect on Subsurface Scattering. The argument here seems to be Movable Skylights versus Static/Stationary and their results regardi ...

SpawnActor node evaluates pure inputs twice

UE - Gameplay - Blueprint - May 9, 2017

When the node Spawn Actors from class is used with a pure input (in this case a pure function with a transform output) The result is that it get evaluated twice. In the test project provided a print ...