Wrong motion vectors with Nanite ISM when using ActorPosition material node

UE - Graphics Features - Feb 17, 2025

Here is the file for the repro project in Google Docs, due to the file size limit: [Link Removed] ...

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

Translucent materials in the PostMotionBlur pass can cause a flickering viewport artefact when using TAA

UE - Graphics Features - Feb 5, 2025

There appears to be a bug relating to rendering multiple windows that can trigger under unknown circumstances. It has been reported on rectangle lights in the forums and on PostMotionBlur materials ...

Temporal Super Sampling flickering temporal analysis visualisation mode indicates temporal analysis disabled for all objects on screen

UE - Graphics Features - Jan 24, 2025

This can also be observed while running in PIE mode using the console command "r.TSR.Visualize -2". It is not clear whether it is only the TSR flickering temporal analysis visualization that is exh ...

World Position Offset Object Shadow Cast on Translucent Object Causes Flickering

UE - Graphics Features - Jan 21, 2025

When a WPO (World Position Offset) object casts a shadow on a translucent object, the translucent object flickers continuously as the shadow passes over it. Initially logged as a 5.5/5.5.1 but also ...

Crash when FVolumetricRenderTargetViewStateData::Mode is not properly initialized

UE - Graphics Features - Jan 15, 2025

A licensee has reported that occasionally a race condition triggers a crash during the initialization of FVolumetricRenderTargetViewStateData. If FVolumetricRenderTargetViewStateData::Mode is not pr ...

Priority order of texture parameters on post process material instances is inverted

UE - Graphics Features - Jan 13, 2025

The texture parameters on material instances applied to post process volumes do not respect the priority order of the post process volume, and are in fact inverted relative to the priority of other ...

Cinematic Prestreaming does not work in Shipping Builds

UE - Graphics Features - Jan 9, 2025

When the Cinematic Prestreaming plugin is used to generate and cache Virtual Texture Feedback requests, they work when played back in Unreal Editor. A Licensee has reported that they do not improve ...

Material Emissive Color not working with SkyAtmosphereIlluminance Material Expression

UE - Graphics Features - Jan 9, 2025

A licensee has reported that they are unable to use an emissive material utilizing the SkyAtmosphereLightIlluminance material expression together with Nanite and Lumen. The linked UDN has some more ...

It is possible for PreLoadScreen to leak memory when an EngineLoadingScreen returns IsDone while still loading

UE - Graphics Features - Jan 9, 2025

It is possible for a class that implements IPreLoadScreen to leak memory if GetPreLoadScreenType returns EngineLoadingScreen and IsDone returns true before the engine signals loading is completed vi ...