Calling SetKeyTime in iterating KeyHandlesToIndices array can modify the array order, so it breaks the iterator. Perhaps ShiftCurve also has the same problem. Here is a work around: void FIndexedCu ...
Bug reported at https://udn.unrealengine.com/s/question/0D5QP00000tOpXN0A0/using-mutable-plugin-results-in-greyscale-textures-on-android-xr?fromCase=1 ...
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 ...
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 ...
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 ...
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 ...
When adding a Uniform Buffer Struct that has one 4x4 matrix to a mesh pass, validation will fail, due to a Uniform Buffer Struct mismatch. This can be reproduced by adding a mesh pass in project-si ...
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 ...
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 ...
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 ...