Instanced meshes velocities fix

UE - Graphics Features - Sep 21, 2016

"We've been able to enable velocity rendering when using instanced rendering. However, by looking at the generated vertex shader the computation of the previous position seems to be incorrect: flo ...

Importing mesh with Materials and Textures created default white materials

UE - Editor - Content Pipeline - Import and Export - Sep 21, 2016

REGRESSION: YesWORKING: 3132914 (Dev-Editor merge into Main)BROKEN: 3133983 FBX files referencing external textures via absolute path are no longer resolved correctly. This used to work - as seen w ...

Unreal Logo in Display 3.1 Continues to Spin After Button is Turned Off

Docs - Samples - Sep 21, 2016

While writing test cases for the Blueprint Communication Content example, I came across this inconsistency. The logo continues to spin even after the button is no longer active. I expected the logo ...

[CrashReport] UE4Editor_Landscape!ULandscapeInfo::UnregisterActor() [landscape.cpp:1856]

UE - LD & Modeling - Terrain - Landscape - Sep 21, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Assertion failed: LandscapeActor.I ...

[CrashReport] UE4Editor_Engine!FModelSceneProxy::HasSelectedSurfaces() [modelrender.cpp:538]

UE - LD & Modeling - Modeling Tools - BSP - Sep 21, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Assertion failed: (Index >= 0) & ( ...

FCDODiffControl doesn't properly account for lists of differing size.

UE - Gameplay - Blueprint - Sep 21, 2016

FCDODiffControl doesn't properly account for lists of differing size. The issues are marked in the following code:int IterOld = 0; int IterNew = 0; while (IterOld != OldProperties.Num() || IterNew ...

Unable to Edit Parameter in Instance After Converting Back From Constant

UE - Rendering Architecture - Materials - Sep 21, 2016

Converting parameters into constants will remove the Instance's ability to change the parameter's values. But changing them back into parameters does not update in the instance editor and they can n ...

Converting Project from 4.11 to 4.12 and Above Changes Relative Scale of Sockets to 1

UE - Gameplay - Sep 21, 2016

When converting a project from 4.10/4.11 to 4.12(or later) the relative scale of the sockets on skeletal meshes will be changed to 1,1,1 regardless of the previous settings. ...

Shadows Appear when Approached and Disappear when Distant on Movable Objects

Docs - Samples - Sep 21, 2016

While working on writing test cases for content examples, I discovered that the shadow behind certain objects appear and disappear depending on the distance from the camera. This might be similar ...

Ensures showing uncompressed animations in anim blueprints

OLD - Anim - Sep 21, 2016

Ensures occur when selecting Show > Uncompressed Animations in an animation blueprint. This was discovered when investigating [Link Removed]. So far I've only reproduced this issue with QAPawn_Ani ...