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 ...
This is a regression from 4.14.3 at CL 3251583 ...
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 ...
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 ...
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 ...
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 ...
Noticed this from having my Terminal open. ...
Tracks remain collapsed when adding audio/animations ...
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 ...
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 ...