Distant paint/scatter grass not rendered in PT exports

TM - Rendering - May 5, 2025

Reported in SF [Link Removed] In TM 2025.1.1, in PT renders with large amounts of scattered or painted vegetation, distant grass may not appear in exported renders that would previously appear in t ...

DiffuseIndirect_Lumen_3 parameter missing and causing crash with Screen Space reflections and Lumen Async Compute

UE - Graphics Features - Lumen - May 3, 2025

When the Reflection Method is set to Screen Space and Lumen reflections async compute is enabled Unreal will crash because DiffuseIndirect_Lumen_3 parameter missing, due to how DenoiserOutputs are o ...

Fade local light shadow with r.Shadow.DoesFadeUseResolutionScale doesn't work with VSM

UE - Graphics Features - Shadows - May 2, 2025

When VSM is enabled, local light shadows don't fade even if r.Shadow.DoesFadeUseResolutionScale is true. Local shadows do fade based on resolution when using regular shadow maps (CSM). ...

UEditorValidatorBase::ValidateLoadedAsset() is not using the K2_ValidateLoadedAsset() output, effectively ignoring the Blueprint validation

UE - Editor - May 1, 2025

UEditorValidatorBase::ValidateLoadedAsset() is not using the K2_ValidateLoadedAsset() output, effectively ignoring the Blueprint validation. The K2Result is not used later in the function, and this ...

Find in Blueprints: Default values in struct members are not returned

UE - Framework - Blueprint Editor - Apr 30, 2025

Context Find-in-Blueprints can be used to search the current, or all, blueprints. If you enter a simple string, it would return nodes, pins, pin default values and default values for BP Variables ( ...

Ensure triggered when creating Scene Proxy for GroomComponent

UE - Rendering Architecture - RHI - Apr 30, 2025

When a room component is added in C++ via the actor constructor, an ensure is triggered from precaching and the groom component. Behavior also observed on UE5/Release-5.5, CL: 40988944 ...

ChaosWheeledVehicleMovementComponent is breaking the const CDO contract and changes to the instances are being applied to the CDO

UE - Simulation - Physics - Apr 28, 2025

As described by the licensee, the const CDO contract is being broken on ChaosWheeledVehicleMovementComponent. The issue the licensee is facing is that by spawning cars with different configurations, ...

A partially broken Geometry Collection ends up with garbage CollisionGroup data that can lead to strange behaviors

UE - Simulation - Physics - Destruction - Apr 27, 2025

A partially broken Geometry Collection (GC) ends up with garbage CollisionGroup data that can lead to strange behaviors. The licensee has noticed that a GC that goes thru a field applying ExternalS ...

Fields with Maximum resolution are not affecting all leaves of a Geometry Collection

UE - Simulation - Physics - Destruction - Apr 25, 2025

Fields with Maximum resolution are not affecting all leaves of a Geometry Collection on 5.4 and onwards. When calling GetRelevantParticleHandles() a Maximum Resolution field does return all particl ...

Chaos Trailing Events not exposed to Blueprints and only accessible via Niagara Chaos DI

UE - Simulation - Physics - Destruction - Apr 22, 2025

Chaos Trailing Events not exposed to Blueprints and only accessible via Niagara Chaos DI. The licensee noticed that the Trailing event is not available to BPs. It's expected that the same data avail ...