Sky Atmosphere Material Nodes not Correctly Represented in the Surface Cache for Nanite Enabled Static Meshes

UE - Graphics Features - Apr 1, 2025

When nanite is enabled on a static mesh, lighting contributions from Sky Atmosphere material nodes are not incident on the static mesh and no longer present in the overall lighting of the scene. Th ...

Mesh from attached USD fails to import

UE - Editor - Content Pipeline - USD - Mar 31, 2025

UDN customer reported this issue: Using legacy USDImporter, the attached USD throws these ensures ensure(Primvar.Get(&UVs, Options.TimeCode)); ensure(Primvar.GetIndices(&Indices, Options.TimeCode) ...

[USD] Reimport change reference to transient

UE - Editor - Content Pipeline - Import and Export - Mar 31, 2025

https://forums.unrealengine.com/t/usd-reimport-changes-referencers-to-transient/2421831 ...

When adding a MovieSceneObjectPropertyTrack and section via python, the new track is not initialized.

UE - Anim - Sequencer - Mar 28, 2025

When you add a track for an Object property via python, the track does not initialize properly and the widget on the track for choosing a new object does not populate typed. This is even after setti ...

Light function does not work with volumetric fog when not compatible with light atlas

UE - Graphics Features - Mar 28, 2025

Light functions do not work as intended with volumetric fog when using clamped mask textures which are not compatible with the light function atlas. In light functions materials, when using any UV ...

Skeleton mesh with hair strands material will lead to unnecessary draw call submissions

UE - Graphics Features - Mar 27, 2025

Materials with "Used With Hair Strands" enabled will cause Skeletal Meshes to draw twice in the Base Pass. ...

Some features have not yet been supported when using AmbientCubemap as IBL

UE - Graphics Features - Mar 26, 2025

Translucent materials do not receive specular highlights and reflections from Ambient Cubemaps set in Post-Process settings. There is a pass"InjectTranslucencyLightingVolumeAmbientCubemap" that sho ...

Descriptions for vis log shapes in the Rewind Debugger are misaligned

UE - AI - Debugging - Mar 25, 2025

When recording shape information, descriptions are offset from the shape. Licensee Message - I noticed that the capsule vis log description labels were not lining up after replaying the recording ...

Reflection capture doesn't work when using Lumen GI and SSR

UE - Rendering Architecture - Mar 24, 2025

Reflection Capture does not appear to work with Lumen + SSR. Licensees have reported that there are cases where they want to combine Lumen GI, SSR and Reflection capture for quality and performance ...

GAS: Async loaded GameplayCueNotify can execute cue events out of order

UE - Gameplay - Gameplay Ability System - Mar 22, 2025

Licensee reported problem via UDN. Context GameplayCues ('cue') are events that can be fired by game code, that are identified via a GameplayTag. Cues can be instantaneous or can be a state on any ...