Split Pins in the AnimGraph become disconnected after Editor Restart

OLD - Anim - Sep 27, 2016

Split Pins in the AnimGraph of an Anim Blueprint become disconnected after Editor Restart Regression: YES. This does not occur in 4.12.5 CL:3039270 I also tested this in latest 4.13 Releases CL:3 ...

Using the arrow keys to navigate the Attach To dropdown causes accidental selection

Tools - Sep 27, 2016

When using the arrow keys to navigate the Attach To menu, the first actor that is highlighted will automatically be selected instead of allowing the user to select the actor they wish. Regression?: ...

Launch on to tvOS from Mac fails with provisioning error

UE - Platform - Apple - Sep 27, 2016

Launch on is failing for tvOS from mac. Launch on from Windows works fine and manually selecting the correct mobile provison works as well ...

Fix PrimitiveComponent overlap indirection

UE - Simulation - Physics - Sep 27, 2016

When doing overlap tests in PrimitiveComponent, UWorld->ComponentOverlapMulti is used. The callstack for that ends up looking like this (callstack is inverted, highest level on top): UWorld::Compo ...

Point Light Stationary Causes Shadow Jitter at a Distance

UE - Graphics Features - Sep 27, 2016

The Point Light Stationary displays reveal a shadow jitter when viewed at a distance. Comparatively the other lighting displays do not have the same result when viewed from a distance. This appears ...

Preview Background Feature Removed From UMG In 4.13

UE - Editor - UI Systems - Sep 26, 2016

Widget Blueprint no longer has "Preview Background" feature in 4.13. This is misleading since the documentation mentions to use this in the workflow here: https://docs.unrealengine.com/latest/INT/En ...

Drag and drop functions into a graph is not being added to the undo history

UE - Gameplay - Blueprint - Sep 26, 2016

When dragging and dropping a function into a graph the action will not be added to the undo filter because of this undoing after dragging the function into the graph causes the node to change instea ...

Tessellation Flicker When Viewed from a Distance

UE - Graphics Features - Sep 26, 2016

Tessellated objects when viewed from afar flicker. When spawned into QA-Materials the player is the perfect distance away from the tessellated object for the cube to flicker. Found in both Binary 4 ...

UAnimNotifyState NotifyEnd / NotifyBegin called when setting GlobalAnimRateScale to 0 / non-zero respectivey

OLD - Anim - Sep 26, 2016

The issue seems to have a few parts. First, active events don't persist between frames. Instead, a new active list is created each frame and diffed against the previous frame. Added events have Beg ...