"Too many texture coordinate sets" warnings in KiteDemo

UE - Graphics Features - Jan 17, 2017

Full set of warnings:LogShaderCompilers:Warning: Failed to compile Material /Game/KiteDemo/Environments/Trees/HillTree_02/HillTree_01_Leaves_Mat.HillTree_01_Leaves_Mat for platform PCD3D_SM5, Defaul ...

Broken references after renaming template default folders

Tools - Jan 17, 2017

When a template project's default folders are renamed (such as Geometry in the First Person Template), the original folder name is still shown in the content browser. Relaunching the project will s ...

FLinearColor ignores Blue in slate code

UE - Editor - UI Systems - Slate - Jan 17, 2017

When FLinearColor is used inside slate code, the third vector value is ignored. This causes FLinearColor(1,1,1) to produce the same color as FLinearColor(1,1,0). This also causes FLinearColor::Blu ...

"Short Form string asset reference" warnings in KiteDemo

Docs - Samples - Jan 17, 2017

These warnings appear upon opening the project. ...

Compiling vehicle feature pack generates compile warnings

UE - Gameplay - Jan 17, 2017

Regression Yes, does not occur in 4.14.3. ...

The import option for Remove Degenerates will disable material collision checkbox

UE - Editor - Content Pipeline - Import and Export - Jan 17, 2017

When you disable the import option for Remove Degenerates the checkbox under the materials for "Enable Collision" will be disabled. This only matters if per-poly collision is being used for the mesh ...

Certain materials are failing to compile in sample projects

UE - Graphics Features - Jan 17, 2017

Materials applied to the lava in the elemental demo are not rendering during the cinematic. With the dim lighting in the cinematic the lava appears very dark. The following shader compile warning ...

Large round stone in ZenGarden is no longer reflective

UE - Graphics Features - Jan 17, 2017

This is a regression from 4.14.3 at CL 3251583 This is only happening in packaged/standalone ...

Cloth environment collisions with APEX clothing is not thread safe.

UE - Simulation - Physics - Character - Jan 17, 2017

This looks like a thread safety bug that's been in the clothing system for a very long time. Essentially a skeletal mesh component does a transform update and attempts to update the collisions of a ...