The Lyra's Readme.md from Github is not clear on how to setup the project for usage

UE - Gameplay - Feb 13, 2025

The Lyra's Readme.md from Github is not clear on how to setup the project for usage. Following the https://github.com/EpicGames/UnrealEngine/blob/ue5-main/Samples/Games/Lyra/README.md instructions a ...

Bundled compute PSO compilation stalling tender thread

UE - Rendering Architecture - RHI - Feb 13, 2025

EA Motive has pointed out a potential bug they found related task graph synchronization and when compiling compute PSOs: [Link Removed]. From the screenshot they sent over, it seems that a task grap ...

Texturing: RC 1.5 texturing hangs, RC 1.4.2 works fine with same dataset and workflow

RC - Texturing - Feb 13, 2025

Tested on the provided project, it looks like the unwrap was provided, but then the process stuck. I also checked the Task manager and there wasn't almost any activity for RealityCapture.[Image Remo ...

Cards for a Groom asset do not update normals during simulation

UE - Graphics Features - Feb 13, 2025

When a groom is allowed to simulate, only the strand representation computes correct world normals for the new hair strand positions. This is especially noticeable when the groom is inverted as grav ...

Backwards-compatibility broken for the CDOs of Python-generated Unreal Types because of missing redirectors

UE - Editor - Workflow Systems - Feb 11, 2025

Previously, all Unreal Types generated by python scripts would be created inside package "/Engine/PythonTypes". This was changed by [CL 32478991 in ue5-main branch], which meant to "remove the restr ...

Bug in ULevel::FixupActorFolders.

There is a potential bug in ULevel::FixupActorFolders() in the FixDuplicateFolders section: Suppose you have a folder hierarchy that looks like this:A B(1)B(2) C(1)B(3) C(2) where the letters ...

Add Substrate Material Support to Lumen Performance Overview

UE - Graphics Features - Substrate - Feb 10, 2025

There is a discrepancy when inspecting Substrate materials in the Lumen Performance Overview. Compared to viewing non-Substrate materials the overview show all surfaces in red indicating that Lumen ...

[Interchange] Crash on asset re-import

UE - Editor - Content Pipeline - Import and Export - Feb 7, 2025

We've started seeing a crash in editor when re-importing one of our assets. <pre class="ql-syntax">Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Line: 783] Array index out of ...

[AI] Navmesh tiles on different layers get removed while streaming out in WP Dynamic Modifiers Only navmesh

UE - AI - Navigation - Feb 6, 2025

 Streaming out the navmesh and streaming the area back into the world before the GC runs causes the navmesh streamed back into the world to only have navmesh tiles on a layer with tiles that would b ...

(GAS) Block tags are ignored in version 5.5.2 if two abilities share the same parent tags structure.

UE - Gameplay - Gameplay Ability System - Feb 5, 2025

Block tags are not working correctly in version 5.5.2, it was working in 5.5.1. This is caused by a change done in version 5.5.2. The exact CL is: CL 35930696 ...