Crash when playing HLS video with ElectraPlayer on iOS16

UE - Media Framework - Mar 15, 2023

Licensee reported crash when playing HLS video with ElectraPlayer on iOS16. According to their research, we can avoid the fix by doing the following: Delete check() in the corresponding line Engine ...

Data validation fails after renaming a Blueprint Actor while the Game Features Plugin is enabled

UE - Editor - Jan 31, 2023

This is a regression. Tested in //UE5/Release-5.0 CL20979098 Data validation fails after renaming a Blueprint Actor while the Game Features Plugin is enabled. ...

Linked Anim Layers reference Anim Layer (Self) instead of Linked Anim

UE - Anim - Runtime - Anim Blueprints - Jan 11, 2023

Regression: Tested in UE5/Release-5.0, this issue does not occur so it is a regression There is a work around to get it to reference Linked Anim Layer. If the Animation Layer Interface has two Anim ...

Crash in Vulkan when changing Source Texture for Rect Light

UE - Rendering Architecture - RHI - Jan 5, 2023

Regression: Tested in UE5/Release-5.0, no crash occurs so this is a regression No crash occurs in 5.0, but the rect light's light does not change based on the Source Texture. Rect lights function a ...

Collab Viewer Template menu does not function properly in VR Preview

UE - Platform - XR - Dec 9, 2022

Regression: Tested this issue in Release-5.0, this issue did not occur so regression is yes There are chances that the menu will disappear as if functioning properly, but it locks out all control f ...

Merge actors in partitioned world dirties level

UE - World Creation - Worldbuilding Tools - Merge Actor - Dec 7, 2022

We've noticed that when we use the merge actors batch option, the partitioned world will get dirtied after the operation. This occurs in FMeshMergeUtilities::MergeComponentsToInstances: if(bAct ...

Groom component created from Blueprint ignores "Forced LOD" on LODSync component

UE - Graphics Features - Nov 17, 2022

Regression: Issue occurs in //UE5/Release-5.0 This issue occurs with any Groom Asset created from a Blueprint. Other components work properly with the Forced LOD settings, as only the Groom does no ...

Artefacts with Volumetric Clouds

UE - Graphics Features - Nov 2, 2022

(Enduring Games) Please see UDN - Case includes project and potential fix from customer. Need to verify that it does not affect other parts of the volumetric composition. bHasValidSamples is the sam ...

WidgetInteractionComponent Simulate Key Press/Release only works the first time

UE - Platform - XR - Oct 6, 2022

Occurs 3/3 times. Working around this includes closing the menu and reopening it to reset the button(s). The expected behavior is that the user should be able to select Reset Orientation repeatedly ...

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