Building Geometry Stops UTickableWorldSubsystem Ticking

UE - Gameplay - Jan 31, 2025

Can be mitigated by reopening the Level. There is a repro project provided by the licensee on the case ticket. ...

Check hit when setting push-model array from a different actor's blueprint

UE - Networking - Jan 31, 2025

This is due to the same reason behind [Link Removed], as the stack object is passed to MARK_PROPERTY_DIRTY rather than the array property's owner.  ...

Capsule component renders incorrectly with non-uniform scale

UE - Simulation - Physics - Jan 30, 2025

Capsule component renders incorrectly with non-uniform scale because the render uses the minimum between the X and Y values and the collision code uses the maximum between the two. This issue is men ...

Bindless Textures do not mip stream as expected

UE - Rendering Architecture - RHI - Jan 29, 2025

Bindless textures do not appear to stream mip levels. This issue is separate from an already reported bindless virtual texture streaming issue. When the editor is freshly launched or when mip level ...

SkinnedMeshComponent::BoneTransformUpdateMethodQueue is never reset in server builds

UE - Rendering Architecture - Jan 27, 2025

We reset BoneTransformUpdateMethodQueue in USkinnedMeshComponent::CreateRenderState_Concurrent and USkinnedMeshComponent::SendRenderDynamicData_Concurrent but these code paths are never called in se ...

[Interchange][gltf] Imported animation are all 1 frame long.

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

All the imported animation only contain one frame. If the file contains in archive are imported in a gltf web viewer we can see animation are playing.  [Link Removed] [Link Removed] https://foru ...

VRS Stereo Foveation is not working

UE - Platform - XR - Jan 24, 2025

World Position Offset Object Shadow Cast on Translucent Object Causes Flickering

UE - Graphics Features - Jan 21, 2025

When a WPO (World Position Offset) object casts a shadow on a translucent object, the translucent object flickers continuously as the shadow passes over it. Initially logged as a 5.5/5.5.1 but also ...

Improper clipping in children of a retainer widget

UE - Editor - UI Systems - Slate - Jan 21, 2025

Children of retainer widgets have improper clipping, causing any widgets set to "Clip to Bounds" to clip incorrectly. This may also affect hit testing in cases where multiple retainer widgets are ne ...

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