Issues with PrepareMapChange/CommitMapChange and Level Collections

UE - Networking - Jan 12, 2017

Per https://udn.unrealengine.com/questions/329206/crashes-when-streaming-levels-in-414.html LevelCollections has introduced some issues with using Prepare/CommitMapChange. CL# 3255445 has addressed ...

HLOD actor is not popping in as expected when zooming out in the viewport

UE - World Creation - Worldbuilding Tools - HLOD - Jan 12, 2017

This is a regression from 4.14.3 at CL 3251583 ...

Child Actor component is duplicated in Standalone Game

UE - Gameplay - Jan 12, 2017

Child Actor component is duplicated in Standalone Game. No other play modes or packaged game are affected. The additional actor will disappear after 1 minute. *This is a regression: Doesn't occur ...

Anim notify gets skipped when clips are placed next to each other

UE - Anim - Sequencer - Jan 12, 2017

If a sequence has two clips(of a same animation) placed next to each other, some of the anim notifies do not seem to be called. In 4.14, the middle notifies are skipped (e.g. notifyBegin/1st clip ...

Crash after ejecting from PIE session and selecting a component in the details panel

Tools - Jan 11, 2017

This is NOT ocurring on Windows. Update chris.wood: Repro'd in Windows with the following stepsRun QAGame editor and open QAEntry mapDrop any destructible mesh actor from the Content Browser in the ...

Separate Translucency Advnaced Show Flag not working as expected

UE - Graphics Features - Jan 11, 2017

The show flag Separate Translucency is on by default. In TM-ShowFlags_Advanced, the sphere in display 1.7 should not be blurry when you enter the volume. Toggling the flag on and off doesn't change ...

Linux: Crash during shutdown

UE - Platform - Linux - Jan 11, 2017

Noticed this from having my Terminal open. ...

Tracks remain collapsed when adding audio/animations

UE - Anim - Sequencer - Jan 11, 2017

Tracks remain collapsed when adding audio/animations ...

Slate drag/drop detection does not work with multiple pointers

UE - Editor - UI Systems - Slate - Jan 11, 2017

The drag delta detection in SlateApplication does not ensure that the two pointer events it is comparing are coming from the same pointer. This causes it to think dragging should begin on a widget b ...

Streaming Bounds Advanced Show Flag is not working as expected

UE - Graphics Features - Jan 11, 2017

The stairs should have radius around each stair (StreamingBoundsExpected attachment). Instead there are no visible changes when the flag is checked (StreamingBoundsResults) This is Not a regression ...