Synthetic benchmark is affected by Scalability Settings

UE - Rendering Architecture - RHI - Feb 19, 2025

Sumo Digital Ltd. has reported that the synthetic benchmark has skewed GPUIndex scores when changing graphics scalability settings (i.e. r.LumenScreenProbeGather.DownsampleFactor). They are currentl ...

Linear interpolation occurs on constant tangent curve partially

UE - Anim - Runtime - Feb 17, 2025

When using UV scrolling for a flipbook-like animation in Animation Sequence, creating keys with "Constant Tangent" settings on Curve Editor does not result in an instantaneous change to the specifie ...

FIndexedCurve::ScaleCurve returns invalid results

UE - Anim - Runtime - Feb 13, 2025

Calling SetKeyTime in iterating KeyHandlesToIndices array can modify the array order, so it breaks the iterator. Perhaps ShiftCurve also has the same problem. Here is a work around: void FIndexedCu ...

Duplicating many Actors at once in a Level Instance while in Level Instance Edit will result in a jumbled mess of Actors on the Persistent Level

UE - World Creation - Worldbuilding Tools - Level Instances - Feb 12, 2025

Duplicating many Actors at once in a Level Instance while in Level Instance Edit will result in a jumbled mess of Actors on the Persistent Level. The licensee has encountered this in Unreal 5.4 and ...

5.4, FRHIMemoryPool leaks memory

UE - Rendering Architecture - RHI - Feb 12, 2025

FRHIMemoryPool will leak data when it is destroyed. "FRHIMemoryPool::Init()" will create "FRHIMemoryPool::DesiredAllocationPoolSize" new "FRHIPoolAllocationData" objects, stored in "FRHIMemoryPool: ...

Incorrect mesh deformation when Max World Position Offset Displacement used

UE - Graphics Features - Nanite - Feb 12, 2025

When Vertex Animated Texture is used to animate a mesh with World Position Offset, often the Max World Position Offset Displacement Material setting must be increased or the Bounds Scale increased, ...

Mirror operation on Physics Asset produces wrong results for constraints, including flipped axes

UE - Simulation - Physics - Feb 7, 2025

The Physics Asset Editor has a "mirror" feature that allows physics bodies and constraints to be mirrored from one side of a skeleton to the other. If this operation worked correctly, it could save ...

An ensure is triggered when a StaticMesh is set inside a StaticMeshComponent on an actor, and another actor references the static mesh actor from two child actor components.

UE - Content - Engine - Feb 5, 2025

There is an issue when setting a Static Mesh inside a blueprint that it is referenced by another blueprint with more than one child actor. An ensure is triggered inside the engine, and there is a ...

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

Foot Placement: Up vector is not configurable

UE - Anim - Gameplay - Jan 31, 2025

Up vector is not configurable so Foot Placement does support variable gravity cases. ...