Path Tracing shadow artifacts

UE - Graphics Features - Path Tracer - May 31, 2023

First picture lit is used [Image Removed] Second picture PT is used, this occurs under certain angles of incidence. [Image Removed] ...

Translucent Water renders dark with Lumen enabled.

UE - Graphics Features - Lumen - May 30, 2023

Regression tested in 5.1 at CL 23901901 where the issue still occurs. The material will still have the normal and reflective properties. ...

ReflectionEnvironmentAndSky(1739x747,StrataMat=Off) looks to have tile artifacts

UE - Graphics Features - May 26, 2023

Reflection environement looks to be suffering tile classification artifacts ...

Combo triggers do not fire the "Completed" event

UE - Gameplay - Input - May 25, 2023

Cannot assign a MediaTexture asset to a Brush -> Image in Widget Blueprint

Media Framework - May 23, 2023

Can't assign Media Texture assets to the Brush->Image property in Images on Widget Blueprints. This workflow is explicitly mentioned as a step in these docs, so if this is no longer the correct meth ...

GameInstance and subsystem initialization order is incorrect for Play In Editor

UE - Gameplay - May 18, 2023

The order of world and game instance initialization is different between a true standalone game (cooked game or an editor build with -game) and a Play In Editor game. Specifically, in Play in Editor ...

FComponentReference loses its actor reference when the target actor is reinstanced

UE - Gameplay - May 15, 2023

The "OtherActor" pointer in an FComponentReference is invalidated when the referenced actor is reinstanced after compilation. ...

Use a shared context in Loading instead of copying the LinkerInstancingContext

UE - Foundation - Core - EditorLoader - May 12, 2023

Current LinkerInstancingContext are copying instead of being shared internally during loading which can induce a lot of memory usage when used with World Partition which can contains a lot of mappin ...