[CrashReport] Assertion on in UMaterialInterface::InitDefaultMaterials()

UE - Graphics Features - Jun 28, 2017

This is a common Mac crash occurring in the 4.16.1 release. I have not found any evidence of it occurring on Windows. The callstack closely matches [Link Removed], which was briefly experienced by ...

Investigate crash reported with 4.16 on Sony Xperia Z3 running Marshmallow

UE - Platform - Mobile - Jun 28, 2017

A user has reported a crash that is occurring on his Sony Xperia Z3, https://answers.unrealengine.com/questions/667998/4161-dev-build-app-crashes-on-start-unfortunately.html The user has attached ...

[CrashReport] UE4Editor_Engine!USplineMeshComponent::CalculateScaleZAndMinZ()

Tools - Jun 27, 2017

This is a common crash occurring in the 4.16 release. It has occurred for many users, but nearly every user's project is named some variation of "pinball", this makes me wonder if the repro is surf ...

[CrashReport] UE4Editor_MeshPaint!MeshPaintHelpers::FillVertexColors()

OLD - Anim - Jun 27, 2017

This is a common crash in the 4.16 release. Users have not provided any descriptions, so additional information is currently unavailable. Source Context 804 elseif (USkeletalMeshComponent ...

[CrashReport] UE4Editor_ClothingSystemRuntimeInterface!UClothingSimulationFactory::CreateSimulation()

UE - Simulation - Physics - Character - Jun 27, 2017

This is a common crash in the 4.16 release. Users have not provided descriptions so additional information is not currently available. Source Context 28 // Any clothing simulation factory s ...

Play rate affects all blendspace samples using the same Anim Sequence

OLD - Anim - Jun 27, 2017

Play rate affects all blendspace samples using the same Anim Sequence Occurs on? 4.15 - 3450819 - YES 4.16 - 3466753 - YES 4.17 - 3502710 - YES ...

[CrashReport] UE4Editor_MaterialEditor!FMaterialEditor::OnCanPromoteToParameter()

UE - Rendering Architecture - Materials - Jun 27, 2017

This is a common crash in the 4.16 release. It seems related to creating a parameter in the Material Editor, however users have not provided any descriptions so additional information is not current ...

Transform gizmos becomes detached when using editor mode plugin

Tools - Jun 27, 2017

After the gizmo is detached, if you click on it to use it, such as translating the object with the translation widget, then the gizmo snaps back to the object in the Viewport. Based off of [Link Re ...

Need to remove dependency on log2 on Android for older versions

UE - Platform - Mobile - Jun 27, 2017

The log2 function does not exist in libc.so on older Android. Using FMath::Log2 instead solves the issue. ...

Nativize BP Package fails when using Sub Anim Instance with exposed variables

OLD - Anim - Jun 26, 2017

When using exposed variables on Sub Anim Instance nodes, packaging with nativize blueprints fails Tested on: 4.15 - 3450819 4.16 - 3466753 4.17 - 3502710 ...