Lumen doesn't use correct sky light settings when GI scalability changes from Low to High

UE - Graphics Features - Lumen - Sep 24, 2024

When the Global Illumination scalability settings are changed in the editor from High to Medium, they primarily act on the r.Lumen.DiffuseIndirect.Allow and r.SkyLight.RealTimeReflectionCapture.  No ...

Dark square appears in hair in direction of spotlight when shadows disabled

UE - Graphics Features - Sep 18, 2024

A dark square appears in the direction of a spotlight on hair when the spotlight has no shadow. [Image Removed] In UE 5.4 the dark square is visible when the spotlight has no shadow, and a light s ...

Iris - Fast Array ItemMap is empty in PostReplicatedAdd

UE - Networking - Iris - Sep 17, 2024

With Iris enabled, the ItemMap is populated correctly only on the next frame, but it is empty during the callback. This differs from the behavior of the current system, where the ItemMap is populat ...

Default subobject of dynamic component skips initial replication

UE - Networking - Sep 11, 2024

Because the component's subobjects are replicated before the component, the content block for the subobject is received before the component has been created on the client. Since this subobject is c ...

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

FDateRange cannot be declared as UPROPERTY

UE - Foundation - Core - UObject - Sep 4, 2024

Unlike other range wrapper structs, such as FFloatRange, marking a FDateRange as a UPROPERTY results in the following error: error : Unable to find 'class', 'delegate', 'enum', or 'struct' with nam ...

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

Ray traced shadow appears for translucent material after LOD change

UE - Graphics Features - Ray Tracing - Aug 21, 2024

When ray-traced shadows are enabled, the shadow for a completely translucent mesh appears when the LOD changes based on distance. ...