Assert in MoviewPipelinePIEExecutor when cancelling movie scenes during rendering

UE - Anim - Sequencer - MRQ - Sep 11, 2024

When rendering a single Level Sequence with MRQ, removing the Level Sequence that is actively rendering will create an array out of bounds exception. Also confirmed in //UE5/Main, CL: 36086643 ...

Creating an HLOD with a FallbackMesh that has a section with triangles=0 will incorrectly set the UVs of the StaticMesh

UE - World Creation - Worldbuilding Tools - HLOD - Sep 11, 2024

The UVs in HLOD's StaticMesh appear to be broken when there are sections with zero triangles in the fallback mesh. This is most likely the case for sections containing only small parts. Workaroun ...

OnlineServices-Lobbies: Crash when host migration message is received and the next host has already left the session

UE - Online - Sep 9, 2024

A crash occurs at FindChecked in the code below.if (PreparedServiceChanges->OwnerAccountId) { InternalPublicData->OwnerAccountId = *PreparedServiceChanges->OwnerAccountId; if (bDispatchNot ...

Unreal Editor 5.4.4 crash when reproducing a LevelSequence in loop while PIE.

UE - Anim - Sequencer - Sep 9, 2024

A crash inside Unreal Engine Editor version 5.4.4 occurs when reproducing a Level Sequence while in PIE. This issue is a regression. It only crashes in version 5.4.4. It was working correctly in ver ...

Anim Composite root motion preview is broken

UE - Anim - Gameplay - Sep 6, 2024

LoopAndReset preview option is broken after one loop for anim composites ...

Server only network emulation settings applied to client on travel

UE - Networking - Sep 4, 2024

It looks like the "Server Only" emulation settings are being applied to the client after a travel. When doing a server travel with the TRAVEL_Relative travel type, the NextURL created in AGameModeBa ...

Volume material doesn't support EyeAdaptation node

UE - Niagara - Rendering - Sep 2, 2024

r.Shaders.Optimize=0 crashes when compiling a UI material

UE - Rendering Architecture - Materials - Sep 2, 2024

[2024.08.30-22.12.22:384][ 73]LogWindows: Error: appError called: Assertion failed: CurrentGPUVirtualAddress != 0 [Link Removed] [Line: 659] Disabling shader optimisation can crash the editor when ...

PrimitiveSceneProxy CreateSceneProxy override not working in 5.4

UE - Rendering Architecture - Aug 30, 2024

Overriding CreateSceneProxy function from PrimitiveSceneProxy for a custom class no longer renders in 5.4 even though the same code is working in 5.3. ...

Improve extra state debug box when net debug drawing

UE - Networking - Aug 28, 2024

With net debug drawing enabled, an extra debug box is drawn around some actors to indicate if the actor is always relevant or if it is distance culled. However, the strange size of this box makes ne ...