Incorrect values from NAND node with 3 inputs

UE - Gameplay - Blueprint - May 2, 2017

The values printed from the nand boolean node display incorrect values for the specific set-ups with 3 inputs that are in the repro steps. The node works as intended with 2 inputs, and with some of ...

Area Class and Dynamic Obstacle Properties Being Reset

UE - AI - May 2, 2017

Area Class and Is Dynamic Obstacle properties do not seem to be saved on static meshes under certain conditions. I was able to reproduce this issue 3/5 times that I tested it. It seems that if the ...

Assertion when attempting to package a map with nativized assets

UE - Gameplay - Blueprint - Apr 25, 2017

Cannot package project with nativized assets. I am encountering an assert. This was encountered while verifying UE-43634 This is a Regression from 3378653 ...

Certain dropdowns in the Menu Bar are missing sections on Mac when expanded

UE - Platform - Apple - Apr 25, 2017

This only affects certain dropdowns and only occurs when the editor is open. Also occurs in 4.15.2 This has been seen on the following macs:AMD R9 M395 iMac running Sierra 10.12.5 ...

4.16 Mobile Compat Pass - QA-Decals - UI glitch when playing on a 9.3.5 iOS Device

UE - Platform - Mobile - Apr 21, 2017

While testing in QA-Decals on iOS device, after loading into the project the UI will be glitched ~50% of the time. After further testing, it seems this bug only occurs on iPads running the iOS vers ...

Crash can occur in the Ansel plugin when setting Use Client Side Camera Updates to false in Player Camera Manager

UE - Graphics Features - Apr 18, 2017

Setting the `bUseClientSideCameraUpdates` property in a `PlayerCameraManager` class to false can result in a crash in the Ansel plugin because `GEngine->GameViewport` may be NULL. Another user has ...

Pose is not updating when additive is applied

OLD - Anim - Apr 14, 2017

When the user applies an additive base pose to a pose asset, the mesh does not update in viewport. This issue occurs in 4.15 and 4.16. ...

Enabling window animations in the editor can cause dropdown windows to constantly reposition

Tools - Apr 12, 2017

Dropdowns do not reposition correctly in a details panel when window animations are enabled. With animations disabled, they'll reposition to stay attached to the field they are modifying. ...

Blueprint with ChildActorComponent causes BP set as child to become dirty on open/edit

UE - Gameplay - Blueprint - Mar 31, 2017

If a blueprint has its root component set in code, adding that blueprint as the child actor component of a second blueprint will cause the first to become dirty anytime the second is opened or edite ...