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

Material Parameter in Static Switch Branch of True Controlled by Quality Switch Not Showing Up in Material Instance Panel

UE - Rendering Architecture - Materials - Jan 23, 2025

In material editor, if a quality switch node is used together with a static switch to control branch, material parameters in the 'true' branch will never show up in the Detail panel of material inst ...

Add Tooltips to Visual Logger rewind debugger track

UE - Anim - Gameplay - Jan 21, 2025

We'd like to have tooltips that show the description/comment for events in the visual logger tracks in rewind debugger ...

When a TSoftObjectPtr pointing to a const type is used as a parameter for a Dyanmic delegate, unreal marks it as deprecaded.

UE - Foundation - Cpp Tools - UnrealHeaderTool - Jan 21, 2025

A change has been done to the TSoftObjectPtr class that warns when constructing a pointer-to non-const from a pointer-to-const. This change makes sense and is correct. Example: UTexture2D* Loade ...

[Interchange][Fbx] Collision is not applied on mesh in subhierarchy that has same name

UE - Editor - Content Pipeline - Import and Export - Jan 21, 2025

Reported here  [Link Removed] and maybe here too [Link Removed] ...

Disabling bLerpUVs in Nanite Settings of Static Mesh causes texture warping in clusters

UE - Graphics Features - Nanite - Jan 21, 2025

The licensee has identified a potential fix by changing if( Settings.bLerpUVs ) to if( Settings.bLerpUVs || UVIndex == 0 ) On line 389 of NaniteBuilder\Private\Cluster.cpp in UE 5.5 ...

Resource Collector does not compress files when the Compress files option is selected.

TM - Core - Jan 20, 2025

The Resource Collector does not compress the project and maps even if the option was checked. ...

A Skeletal Mesh simulating physics that hits a Geometry Collection Actor with OneWayInteraction true, OneWayInteractionLevel 1, and is using Damage Propagation (default) will be accelerated so fast it immediately disappears by hitting the world limits

UE - Simulation - Physics - Destruction - Jan 20, 2025

A Skeletal Mesh simulating physics that hits a Geometry Collection Actor with OneWayInteraction true, OneWayInteractionLevel 1, and is using Damage Propagation (default) will be accelerated so fast ...

Replicating a non-root component with simulate physics enabled causes the component to be in the wrong place on spawn, on clients.

UE - Simulation - Physics - Jan 20, 2025

When a BP spawns another, if the spawned Actor has a non-root child component that is simulating physics, on clients, immediately after spawn, the child component will have the world position double ...

[Legacy][FBX] Animation curves are not added to the skeleton anymore

UE - Editor - Content Pipeline - Import and Export - Jan 17, 2025