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

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

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

Enable Sound editor preference does not disable sound during PIE

Tools - Sep 26, 2016

When Enable Sound is disabled in the editor preferences, sound is still played during PIE sessions. This setting does not work as expected back to 4.9, but worked in 4.8. ...

Source Control: Some Perforce operations do not use the specified P4Changelist argument

Tools - Sep 26, 2016

While the engine currently supports a P4Changelist argument when launching the editor from the command line, we are only currently using it to check out assets through FPerforceCheckOutWorker::Execu ...

Editor crash when adding a spline component after having deleted another spline component

UE - Gameplay - Sep 26, 2016

After adding a duplicate spline point, removing the spline component while the duplicated point is selected and creating a new spline in its place causes the editor to crash. Crash Reporter: [Link ...

Should not call UpdateCullDistanceVolumes on every Actor property change

UE - Gameplay - Sep 26, 2016

Currently AActor::PostEditChangeProperty always sets bDoDelayedUpdateCullDistanceVolumes to true, which will call UpdateCullDistanceVolumes. Licensees report this can take several hundred ms, which ...

Crash when after playing media that requires a different conversion shader

Media Framework - Sep 24, 2016

The pixel format conversion code in MediaTextureResource is currently reusing the global bound shader state for different pixel shaders. This is not supported. There needs to be one shader state per ...

Crash moving a spline point after making it the root component of a blueprint

Tools - Sep 23, 2016

Editor is crashing when attempting to move a spline point after making it the root component of the blueprint ...