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

DMX component in world partitioned level fails cook

UE - Virtual Production - IO - DMX - Feb 10, 2025

Since UE5.5, RegisterComponent has been called during cook process, So unnecessarily references from DMXLibrary to DMXComponent has been added.  There is a workaround to avoid adding references : ...

[AI] Navigation System can be constructed in situations where the NavigationObjectRepository subsystem is not valid

UE - AI - Navigation - Feb 7, 2025

Investigate and fix all calls where the Navigation System is constructed without the NavigationObjectRepository subsystem being valid.  ...

[Interchange][FBX] Import model with custom collision prevents socket to be imported

UE - Editor - Content Pipeline - Import and Export - Feb 5, 2025

I would like parity with legacy: 1) only one material 2) socket to be imported Box_Socket file imports same in legacy and interchange: it is just box and socket without collision. ...

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

Static Meshes that are reimported with less materials can lead to map check errors on instances that had overriden materials that require manual cleanup

UE - Rendering Architecture - Feb 5, 2025

StaticMeshActors placed in the world can override the default materials of a static mesh. If the static mesh is then reimported with less materials, the actors maintain references to unused material ...

FLevelInstanceActorGuid::GetGuid issue in Multiplayer

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

I am doing some runtime manipulation of data layers and I am running into a check failure due to a zero guid in FLevelInstanceActorGuid::GetGuid during multiplayer testing. When I debug FLevelInsta ...

Spline mesh crashing in FRayTracingDynamicGeometryCollection::AddDynamicMeshBatchForGeometryUpdate

UE - Graphics Features - Ray Tracing - Jan 31, 2025

A crash occurs when using ray tracing with spline meshes preceded by the following ensure : Ensure condition failed: NumCPUVertices <= VertexBufferNumElements  File: Engine\Source\Runtime\Renderer\ ...