Editing ChildActorComponents on a Parent BP can corrupt a Child BP's state.

UE - Gameplay - Components - Jun 13, 2017

Editing the Child Actor Class of a Child Actor Component owned by a Parent BP can corrupt the Child BP's state. This seems related to known serialization issues, where changing a Parent's Property ...

bLiveTexture is ignored in StereoLayerComponent of SteamVR

UE - Platform - XR - Jun 13, 2017

Workaround is to remove the call to GetStereoLayersDirty in FSteamVRHMD::UpdateLayerTextures() ...

T.MaxFPS not restored when exiting PIE while Fixed Frame Interval Playback is enabled

UE - Anim - Sequencer - Jun 12, 2017

T.MaxFPS not restored when exiting PIE while Fixed Frame Interval Playback is enabled Regression: YES Directly related to CL:3365017, it would seem. Broken: 4.16 Worked: 4.15 ...

Undo rename of Anim Curve in Curves section below viewport causes all curves to disappear

OLD - Anim - Jun 12, 2017

The anim curves in the Curves section below the viewport disappear when undoing the renaming of one. This does not occur in 4.16.2 ...

Undo rename of Anim Curve in Anim Curves tab duplicates that curve

OLD - Anim - Jun 12, 2017

Undoing the renaming of an Anim Curve in the Anim Curve tab causes the curve to be duplicated. Not a regression from 4.16.2. ...

Widget interaction debug line only shows when hitting a widget

UE - Editor - UI Systems - Jun 9, 2017

Widget interaction debug line only shows when hitting a widget. If the widget interaction component does not touch a widget component, it will not be visible at all. ...

Run command fails launching onto iOS from Mac with Error_DeviceOSNewerThanSDK on Xcode 8.3.3

UE - Platform - Mobile - Jun 9, 2017

Xcode version is 8.3.3 and device OS version is 10.3.2Error Launch failed! Failed to launch on device. Make sure your install of Xcode matches or is newer than the OS on your device. Tested on i ...

Switch on Gameplay Tag Container node does not compile

UE - Gameplay - Blueprint - Jun 9, 2017

It looks like the Switch On Gameplay Tag Container node stopped working in 4.15. The Switch On Gameplay Tag works fine. ...

Disabling/Enabling Nav Link Proxies Causes UNavigationSystem::TestPathSync() to Always Return True

UE - AI - Jun 9, 2017

When using ANavLinkProxy::SetSmartLinkEnabled() to toggle a Smart Link, it will cause UNavigationTestPathSync() to always return true. ...

Changing value on float input pin does not automatically provide decimal point

UE - Gameplay - Blueprint Editor - Jun 8, 2017

Entering a whole number value to a float input does not create a ".0" at the end. This was noticed as it causes a small quality of life issue with orphaned pins, where the user can't simply type th ...