Blend Space Per Bone Blend does not apply blend weight correctly

UE - Anim - Runtime - Aug 30, 2019

The Blend Space's Per Bone Blend doesn't always apply its interpolation speed correctly to the appropriate bone or at all. ...

Dithered LOD Transition does not work on some mobile devices

UE - Platform - Mobile - Aug 27, 2019

I tested with some mobile devices and Dithered LOD Transition did not work on Huawei P20 Pro. This problem does not occur with Snapdragon. This problem does not occur with Snapdragon like Pixel 3. ...

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 ...

When rendering out TM-TrackEvaluation we do not hear audio

UE - Anim - Sequencer - Jan 21, 2019

Noticing that we do not hear audio when rendering out TM-TrackEvaluation. Oddly this doesnt happen with SubwaySequencer content. Regression: No this occurs with our content in 4.21 as well. ...

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 ...

[CrashReport] UE4Editor-AnimationBlueprintEditor!FAnimGraphConnectionDrawingPolicy::BuildExecutionRoadmap() [AnimGraphConnectionDrawingPolicy.cpp:27]

OLD - Anim - Jul 17, 2019

Generated from CrashReporter Similar to [Link Removed] but in UE4Editor-AnimationBlueprintEditor ...

GetClassDefaults node retains 'hidden' references to original default.

UE - Gameplay - Blueprint - Oct 9, 2019

Need to add calls to Super::PinConnectionListChanged() and Super::PinDefaultValueChanged() in K2Node_GetClassDefaults.cpp. ...

Assertion failed in DX12 RHI after instancing actors

UE - Rendering Architecture - RHI - Mar 8, 2019

It doesn't happen with the DX11 RHI ...

Input Action Mapping Rebinding not working properly if pawn extends from Pawn.h

UE - Gameplay - Input - Oct 22, 2019

Rebinding an action mapping doesn't seem to take effect immediately if the Pawn class used has Pawn.h as its parent class. However this'll take effect immediately with DefaultPawn.h. In addition, th ...