On Drop appears to cause update issues with widgets that are affected On Drag Enter

UE - Editor - UI Systems - Jan 3, 2017

On Drop appears to cause update issues with widgets that are affected On Drag Enter. In this example the widget only changes colors if a delay is placed in the On Drop function. The On Drop function ...

SVN plugin unable to differentiate between two working copies when using same login

Tools - Jan 3, 2017

Whenever you use the same login to connect to SVN source control in the editor, the editor's SVN plugin is unable to differentiate between two working copies of the same repo. Any checkouts made in ...

Crash when launching 4.14.2 in cmd window with -dx12 argument

UE - Graphics Features - Jan 3, 2017

Launching the editor with DX12 from a command window is crashing the engine. Note Crash occurs on Nvidia version 376.19 and does not occur on 376.33 This is a Regression ...

Incorrect shading for SubSurface profile in the Blueprint Viewport.

UE - Graphics Features - Dec 30, 2016

The Subsurface shading looks incorrect in the Blueprint Viewport window. Adjusting the cvar for r.sss.checkerboard from the default value of 2 to 1 looks more correct and a value of 0 switches back ...

Camera Orientation Breaks In PIE After Selecting Foliage Mode

UE - Gameplay - Dec 28, 2016

When selecting different editing tools such as Foliage and then Switching back to the Place tool the next time you PIE will break the orientation of the camera. Here is a link of the User provided ...

Code based ParticleSystemComponent does not default to parent actor location

UE - Gameplay - Dec 27, 2016

When a particle system component is created in code, the particle system component will appear at world origin rather than parent actor origin if AttachToComponent / SetupAttachment / etc. is not ex ...

Ensure caused by edits to nested structs

UE - Gameplay - Blueprint - Dec 27, 2016

Edits made to a struct that is a member of another struct can cause the parent struct to no longer compile and cause save errors. ...

Attached actor rotates incorrectly if the parent has negative scaling on one axis and more than 1.0 scaling on another

UE - Gameplay - Dec 27, 2016

A child actor rotates incorrectly if the parent has negative scaling on one axis and more than 1.0 scaling on another. The child/parent relationship was created through the World Outliner. Licensee ...

Child Actors should seamlessly travel with their Parents

UE - Gameplay - Components - Dec 22, 2016

When an Actor is identified to seamlessly travel, its child actors should also seamlessly travel with it (or maybe it should be an optional flag), rather than destroying and recreating on the other ...

Some noticeable vehicle stuttering and wheel jitter when on a vertically moving platform

UE - Simulation - Physics - Dec 22, 2016

When driving across a vertically moving platform, the user can noticed that the vehicle will stutter and slow down once it starts moving, and as they drive across, the wheels will jitter as well. ...