Imported Custom Convex Collision Mesh has Topology Modified

UE - Simulation - Physics - Sep 11, 2019

Importing custom pre-triangulated UCX collision data, can modify the topology of the mesh producing an inaccurate collision shape. ...

Tessellated Materials Displayed as 0 in Shader Complexity ViewMode

UE - Graphics Features - Sep 11, 2019

Tessellated Materials Displayed as 0 in Shader Complexity ViewMode. Found in 4.22 CL# 7053642, 4.23 CL# 8386587, 4.24 CL# 8588088 ...

The Bind Event node created from a blueprint dispatcher is different from the one created from the context menu

UE - Gameplay - Blueprint - Sep 10, 2019

Adding a Bind Event node in different ways can create nodes with identical names (Bind Event to <Dispatcher>), but under the hood they are actually different nodes. Easiest evidence is that they ha ...

Material Billboard Renders Incorrectly In Splitscreen

UE - Graphics Features - Sep 10, 2019

In splitscreen, Material node SphereMask causes Material Billboard to only be visible to first player's viewport. Found in 4.22 CL# 7053642, 4.23 CL# 8386587, 4.24 CL# 8557439 ...

UAnimSequenceBase::GetNumberOfFrames off by 1

OLD - Anim - Sep 10, 2019

Creating a montage from a default frame rate and rate scale sequence reports 1 less frame than the sequence. The difference is a result of UAnimSequence overriding UAnimSequenceBase::GetNumberOfFram ...

Import From Animation Root option on transform tracks creates a new absolute transform track

UE - Anim - Sequencer - Sep 9, 2019

Importing root motion onto a transform creates a new absolute track, which can blend unexpectedly with existing transforms.  ...

Material rendering incorrectly when using DepthFade on iOS

UE - Platform - Mobile - Sep 9, 2019

This issue only occurs on iOS and does not reproduce on Windows or Android. I have seen that the SceneDepth value of the DepthFade node may not be compared correctly. ...

Vive - PIEVR 'Set World To Meters Scale'

UE - Platform - XR - Sep 4, 2019

UAnimInstance::GetInstanceTransitionTimeElapsed returning 0 in non-editor builds

OLD - Anim - Sep 4, 2019

In non-editor builds UAnimInstance::GetInstanceTransitionTimeElapsed always returns 0.0f. This is caused within FAnimNode_StateMachine::Update_AnyThread due to: #if WITH_EDITORONLY_DATA NewTra ...

Instanced static meshes fire an erroneous performance assert about loose parameters.

UE - Graphics Features - Sep 4, 2019

 "This ensure is intended to catch regressions where rendering programmers add a loose parameter to LocalVertexFactory, breaking dynamic instancing on regular static meshes.  InstancedStaticMeshes c ...