Subsurface Profile material does not render properly in the Material Editor or Material Instance Editor

UE - Graphics Features - Dec 15, 2016

Note: I looked for a similar or related bug but could not find one. Sorry if it's here and buried. Subsurface Profile materials render differently in the Material Editor Preview pane than they do a ...

The IsOverInteractableWidget() function in UWidgetInteractionComponent does not correctly indicate when it is over an interactable scrollbar

UE - Editor - UI Systems - Dec 15, 2016

The scroll bar in a scroll box does not currently indicate that it is interactable. The UWidgetInteractionComponent::IsOverInteractableWidget() function returns true if it is over a button, but retu ...

Setting Multi with ETC2 and PVRTC will select ES3.0 as minimum instead of 2.0

UE - Platform - Mobile - Dec 15, 2016

Chris found a bug where if you set Multi, ETC2 and PVRTC will select ES3.0 as minimum texture instead of ES 2.0 ...

SkelMesh Component > Anim Class does not handle identical AnimBP names

OLD - Anim - Dec 15, 2016

Blueprint SkelMesh Component > Anim Class does not handle identical AnimBP names. Some background is that the identically named ABP was retargeted to the Headless mannequin in this project. Workar ...

skeletal mesh cannot use async scene

UE - Simulation - Physics - Dec 15, 2016

Since the option to use Async Scene with Mesh and CapsuleComponent appears under "Physics" in the Details Panel of a skeletal mesh, the ability to select these options is expected. Currently both bo ...

Key "F" for Focus acts Sporadically in the Static Mesh Editor Viewport

Tools - Dec 15, 2016

In the Static Mesh Editor Viewport, hitting "F" for Focus results in placing the view camera sporadically so that mesh is not always centered and frequently out of frame altogether. Regression: Yes ...

Suspension CoM calculations don't update with mass.

UE - Simulation - Physics - Dec 15, 2016

UWheeledVehicleComponent calculates the Suspension settings only when the physics state is first created. When CoM is set through the editor, the vehicle is constructed with the appropriate offset ...

Line Trace Does Not Register Hit On Bottom Of Landscape

UE - Simulation - Physics - Dec 15, 2016

When using a line trace under a landscape it no longer registers a hit on the underside. REGRESSION? Yes Worked 4.13.2 CL 3195953 Broken 4.14.1 CL 3224400 ...

Renaming an interface appears to cause pins to disconnect

UE - Gameplay - Blueprint - Dec 15, 2016

Renaming an interface appears to cause pins to disconnect from the functions of that interface in the blueprints that use that interface. Any wires for the updated parts of the interface are disconn ...

Renaming gameplay tag back to its original name removes it from Tag List

UE - Gameplay - Dec 15, 2016

In the Gameplay Tag List, renaming a tag, and then renaming it back to the original name, will remove it from the list. ...