InitializeAnimScriptInstance may only need to be called if the mesh actually changes when restoring state in Sequencer

UE - Anim - Sequencer - Sep 23, 2021

The fix for [Link Removed] reinitializes the anim bp whenever the animation section restores state, it may only be necessary to reinitialize it if the skeletal mesh changes. ...

Camera manager will not tick if the game is paused on begin play or possessed events

UE - Gameplay - Nov 4, 2021

This is an interesting bug because it is only happening on BeginPlay. I guess that there is some order of operations that the camera manager uses during creation that will stop if the game is paused ...

HighResolutionScreenshot result changed after migration to UE5

UE - Graphics Features - Aug 27, 2022

There was no problem in UE4. It can be fixed on UE5 by the following workaround.console command 'r.Editor.Viewport.MaxRenderingResolution' set 'Realtime off' on viewport  ...

Crash in Hand IK Retargeting with two entries under "IKBones to Move"

UE - Anim - Rigging - Feb 28, 2017

Crash in Hand IK Retargeting with two entries under "IKBones to Move" Only seems to happen when you have a hand bone in the second slot of "IKBones to move" ...

Access Violation crash deleting a Widget Blueprint with an unsaved Animation track - FSequencer::Tick()

UE - Anim - Sequencer - Jun 19, 2017

Encountered an Access Violation crash while deleting an Widget Blueprint with an unsaved Animation Track. The callstack references FSequencer::Tick(). I was not able to reproduce this issue in UE4/ ...

Shooter Game Demo Controls have no Textures (Rendering White)

Docs - Samples - Jun 11, 2015

The Textures for the Demo play bars in Shooter Game are rendering White in 4.8.0 release, appears fixed in Main Promotable-CL-2581018. ...

"Snap to Target, Keep World Scale" when attaching doesn't work properly if parent is scaled.

UE - Gameplay - Nov 11, 2015

See UDN thread, which includes suggested fix. https://udn.unrealengine.com/questions/267677/attachactortocomponent-scale-issue-with-scaled-com.html ...

Cannot render more than one shot in a Master Sequence

UE - Anim - Sequencer - Oct 17, 2016

Cannot render more than one shot in a Master Sequence Regression: YES Worked: 3164219 4.14 Releases Broken: 3164583 4.15 Dev-Sequencer ...

Reimporting a static mesh with modified material LODs does not update the materials correctly

Tools - Mar 9, 2017

In Main the cube Section0 LOD material is replaced with the DefaultGrid material which is also not expected. This appears to be a regression from 4.15 based on the test execution history. ...

Setting Default Server map resets Default Game Mode to GameModeBase

UE - Foundation - Core - Apr 13, 2017

REGRESSION: Yes, doesn't occur in 4.15 When the user modifies the server default map it resets the game mode in DefaultEngine.ini This occurs on both Mac and Windows. ...