Instanced MovieSceneEventParameters does not save updated values upon level load

UE - Anim - Sequencer - Jun 24, 2019

Any instanced Actor with a public MovieSceneEventParameter struct doesn't retain any altered values on level load. Found in 4.22 CL#7053642 Reproduced in 4.21 CL#4753647 , 4.24 Main CL#7173985 ...

Crash on adding elements to a TMap property

Tools - Jul 25, 2019

Adding elements to a TMap<int32, int32> causes the editor to crash if the TMap has a default value associated with it. Tested in 4.22 (CL - 4753647), 4.23 (CL - 7445012), 4.24 (CL - 7605614) ...

Confusing message when attempting to connect mismatched Delegate pins

UE - Gameplay - Blueprint Editor - Aug 26, 2019

When the user attempts to connect delegate pins that don't match, they received a confusing mouse tooltip message that simply reads "Delegate is not compatible with Delegate". Suggested fix: When ...

Material Translator Uniform Folding Is Not Operating Properly

UE - Graphics Features - Sep 19, 2019

Uniform folding is not working with material parameter collections along with one additional unnecessary instruction generated.  Found in 4.22 CL# 7053642, 4.23 CL# 8386587, 4.24 CL# 8748719 ...

AnimBP instance is leaked when using linked animation graphs with 3 or more hierarchies

UE - Anim - Runtime - Sep 5, 2022

When creating an AnimBP with 3 or more layers using linked AnimGraph nodes and going through a state where animation is initialized such as replacing SekeltalMesh, the AnimBP on the 3rd layer is not ...

AnimDrawDebug does not work if using RootMotion from Everything

UE - Anim - Gameplay - Feb 14, 2023

Debug drawing with AnimDarwDebug~ does not work when RootMotionMode is set to "RootMotion from Everything". In addition, the same issue occurs when MultiThread of Animation is turned off. Licensee ...

XR Planar Reflections lag behind VR headset movement

UE - Platform - XR - Mar 24, 2023

Planar Reflections lag behind VR headset movement [Link Removed] Reporting that reflection captures lag because they happen before late update is applied. Includes an experimental patch that fi ...

Auto Exposure Compensation Curve issue when switching from Manual to Histogram

UE - Rendering Architecture - Feb 21, 2024

When switching the Camera's Exposure Metering Mode from Manual toHistogram, the exposure level resets and takes time to settle. The Licensee has a proposed code change that would fix this issue. Als ...

[Audio Modulation] - Ensure is thrown when attempting to modulate a Source Effect at runtime

UE - Audio - Modulation - Sep 6, 2023

Does *not* occur in editor. Only in standalone and runtime. Occurs when modulating Chorus or Bit Depth Also occurs in 5.2 and 5.3. I also noticed the test with this is supposed to set the chorus e ...

TMap<Bool is disallowed despite bool having a hash

UE - Gameplay - Blueprint - Nov 22, 2022

Reproduced 3/3 times. User is unable to create a new TMap with bool key through Blueprints (which is the expected result).  Issue is technically a Regression, as the ensure does not occur in //UE5/ ...