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

Params in material instance disappear when grouping is changed in material with a material layer

UE - Rendering Architecture - Materials - Jan 11, 2025

If there is a texture parameter within a specific material attribute stream in the base material and also within the base material layer, they must have the same parameter group otherwise the parame ...

GAS: GameplayDebugger crashes when AttributeSet has different rep conditions per attribute

UE - Gameplay - Gameplay Ability System - Jan 10, 2025

When using the GameplayDebugger to show GAS debug info, and an AttributeSet has two replicated attributes with different replication conditions, a crash occurs in RegisterReplicatedLifetimeProperty( ...

A Simulating Physics component with StartAwake = false will be awoken by a Welded component

UE - Simulation - Physics - Jan 10, 2025

A Simulating Physics component with StartAwake = false will be awoken by a Welded component If a welding occurs during the call to OnCreatePhysicsState, this breaks the start awake disabled flag. Th ...

Recast: FindDistanceToWall can return incorrect results on shared edges with Excluded Nav Area

UE - AI - Navigation - Jan 10, 2025

Context ARecastNavMesh::FindDistanceToWall can be used to find the closest 'wall' on a nav mesh, given a queried position. A wall can be:any boundary towards the end of the nav mesh (outer rectangl ...

Keep Simulation Changes will persist only a subset of changed properties

UE - Editor - Jan 10, 2025

As per the steps to reproduce, Keep Simulation Changes will often only copy back the most recent property changed on a simulating Actor back to the version of the Actor in the Editor level. It is no ...

Substrate Add node only adds the first Substrate Slab's Emissive value when "Use Parameter Blending" is enabled

UE - Graphics Features - Substrate - Jan 10, 2025

As per the steps to reproduce, the Substrate Add node only adds the first Substrate Slab's Emissive value when "Use Parameter Blending" is enabled. Leaving "Use Parameter Blending" unchecked on the ...

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

CableComponent particles spawn at origin when gameplay starts depending on component registration order

UE - Gameplay - Components - Jan 9, 2025

A workaround was provided for the user, to use 'Set Attach End to Component' nodes during BeginPlay. While this fixes the issue in gameplay, the editor preview no longer syncs with gameplay. ...