Base pose is not shown when enabling Additive on a Pose asset

OLD - Anim - Feb 2, 2017

This is a regression from 4.14.3 ...

PhysicsBall BP not updating location with Collision volumes

UE - Simulation - Physics - Feb 2, 2017

PhysicsBallBP is unable to teleport via a collision volume (with either SetActorLocation or Teleport node). Regression: Error is not present in 4.14.3 but is present in 4.15.P3 Console error descr ...

VR Notification events do not appear to fire

UE - Platform - XR - Feb 2, 2017

VR Notification events do not appear to fire. In the given test using HMD Put On Head Delegate the event does not appear to fire off when the user puts on the headset. This appears to happen with al ...

Real-time thumbnails causing large performance issues

UE - Graphics Features - Feb 1, 2017

When Real-Time Thumbnails are enabled in the content browser and you have many blueprints with static meshes (or anything that is rendered in the blueprint's viewport), the real-time tooltips cause ...

A project using the Script Plugin will not open in a binary version of the Engine that is created from an Engine built from source code

UE - Foundation - Build - Rocket (Installed Engine) - Feb 1, 2017

Trying to open a project that uses the Script Plugin in a binary version of the Engine that has been created from an Engine built from source code will fail. The Engine is looking for the file Unrea ...

When montage ends on a "middle" section, a frame or two of the "last" section will play

OLD - Anim - Feb 1, 2017

When montage ends on a middle section, a frame or two of the last section will play. Note that the "Looping" section is at the end of the timeline, but in the "Middle" of the sections order. ...

Box Extent Not Updating if Changed on an Instance of an Actor in the Level

UE - Gameplay - Blueprint - Feb 1, 2017

The Box Extent property does not seem to be updating when changed on an instance of an actor in the level. The size of the box will change, but when the value is printed, it is still printing the in ...

Crash trying to delete an actor after undo/redo adding a component

Tools - Feb 1, 2017

Not a regression as it occurs in 4.14.3 ...

Overlap Events Stop Firing When Actor is Moved to a Different Level

UE - Gameplay - Feb 1, 2017

Overlap events, such as OnComponentBeginOverlap seem to stop working when the actor is moved to a sub level. This does not occur if the object is deleted and then replaced in the level. ...

Struct Tree invalidates outermost Struct when inner Struct changes values

UE - Gameplay - Blueprint - Feb 1, 2017

Adding elements to an array within a struct that lives inside another struct corrupts the outermost struct and every blueprint that had used it. This may be related or the same as [Link Removed] ...