Opening Gameplay Debugger while in PIE removes print string output from screen in subsequent PIE modes

UE - AI - Apr 23, 2015

If a user opens gameplay debugger ( ' pressed while in PIE), all print string outputs to screen disappear, and will no longer appear during any PIE session until editor is closed and re-opened. Wo ...

Previous context sensitive nodes are no longer showing up

UE - Gameplay - Blueprint - Apr 23, 2015

Nodes that were previously under the context sensitive list no longer appear, unless you turn off context sensitivity. This is occurring with 'line trace' as well as 'break hit result' from the nod ...

Viewports aren't updated (black/garbage) when resizing the editor windows

Tools - Apr 23, 2015

Found on Linux but Windows seems to have the same problems. When you are dragging/resizing the window, viewports stop updating and/or show garbage. See https://answers.unrealengine.com/questions/21 ...

Crashes in movie player on Android

UE - Platform - Mobile - Apr 23, 2015

There are a number of reported movie crash issues, but this report likely covers the main cause. Garbage collection changed in Android 4.0 and we are triggering a check that does not happen with ba ...

Lots of extra (unwanted) space at the end of a text block when a sizable amount of text is applied

UE - Editor - UI Systems - Apr 23, 2015

NICK: Sounds like accumulated imprecision after multiple lines of text. A user applied a EULA to a Text block and then set the text block inside of a scroll box. The end result was a lot of empty s ...

The first widget in a widget blueprints hierarchy does not have a parent

UE - Editor - UI Systems - Apr 23, 2015

The widgets that are the children of the "Root" of the hierarchy of a widget blueprint return null as their parents. The expected parent would be the widget itself. ...

Setting NavModifierVolume's AreaClass at runtime does not result in navmesh rebuilding

UE - AI - Apr 23, 2015

The volume does accept the change and if it gets moved the navmesh will rebuild with new area set. The core issue is that setting NavModifierVolume.AreaClass at runtime does not notify navigation sy ...

Sound Cues report incorrect MaxDistance when using SoundNodeParamCrossFade

UE - Audio - Apr 23, 2015

Short duration sounds (< 1.0 seconds) trigger a check on max distances by sound nodes in a sound cue. Sound cues which use SoundNodeParamCrossFade are reporting 1.0 as the max distance and thus resu ...

Simulate Physics with Destructible that is using World Support can't be enabled after it's been hit.

UE - Simulation - Physics - Destruction - Apr 22, 2015

When using a Destructible with World Support set simulate physics can be enabled so long as the DM has not been hit yet. Once it's been hit it no long is able to be set to simulate. ...

Scale with Width on Landscape Splines offsets plane mesh on Z axis

UE - LD & Modeling - Terrain - Landscape - Apr 22, 2015

If "Scale with Width" is set on a landscape spline with a plane mesh, the plane will offset on the Z axis. In most other cases, scaling along the z axis does not affect planes. ...