"Scale for <ComponentName> has a component set to zero, which will result in a bad body instance" warning spam when moving actor instance even with Collision Profile overriden to "NoCollision"

UE - Simulation - Core - Jan 12, 2026

When a StaticMeshComponent has a scale component of zero in WorldSpace (after accumulating with the hierarchy from the root to it), function UPrimitiveComponent::OnCreatePhysicsState() logs the warn ...

GameplayTags meta "Categories" return warning when all categories are not present inside the FGameplayTagContainer

UE - Gameplay - Gameplay Tags - Jan 12, 2026

Categories are not processed correctly for gameplay tags when meta "Categories" is used. Categories filter which categories appear for the mentioned gameplay tag variable and with recent changes, it ...

Temporal blur artifacts on Geometry Cache Components in Blueprint actor

UE - Editor - Content Pipeline - Alembic - Jan 9, 2026

When a Geometry Collection is in a Blueprint, attached to other components, it can render incorrect motion vectors at some angles. In the test project, any angle that is not a multiple of 45 will re ...

Inconsistent Behavior in TextureLODGroups when setting NumStreamedMips=0

UE - Rendering - Architecture - Jan 8, 2026

A licensee has reported that it is not possible to disable texture streaming of a given TextureLODGroup by setting "NumStreamedMips=0" in their device profiles. Currently, using 0 results in the sam ...

OverrideVertexColor causes a crash on mobile renderer

UE - Platform - Mobile - Jan 8, 2026

Setting Allow CPU Access on the mesh, or setting bSupportsManualVertexFetch=1 in Engine.ini, avoids the crash. ...

Global Weight of Slot Node is incorrect when fetched after using a Pose Cache

UE - Anim - Runtime - Anim Blueprints - Jan 7, 2026

When a montage slot node output is pushed to a Pose Cache and used in a Two-Way Blend, the value returned by GetSlotNodeGlobalWeight will be the current fractional value rather than the actual globa ...

FViewElementPDI::DrawLine calls for SDPG_World are not rendered in PIE or in Game

UE - Rendering - Architecture - RHI - Jan 7, 2026

When View.Family->EngineShowFlags.CompositeEditorPrimitives is false in the function RenderEditorPrimitivesForDPG. This code picks which version of the batched lines to renderconst FBatchedElements ...

CommonListView EntryWidgetClass allows invalid assignment via “Use Selected Asset From Content Browser”

UE - Editor - UI Systems - Jan 6, 2026

CommonListView requires its EntryWidgetClass to implement UserObjectListEntry. This requirement is correctly enforced by the Entry Widget Class dropdown, which filters out widgets that only implemen ...

Skeletal Mesh BLAS updates when not animating

UE - Rendering - Architecture - RHI - Dec 19, 2025

The BLAS for Skeletal Meshes that don't move, or tick get updated every frame even if the animation and skin cache aren't updated. This adds over 1ms to update time. The only exception is if the sk ...

Subobject ComponentClass overrides cause failing assertions due to UObject reconstruction on AsyncLoadingThread

UE - Engine Scaling - dSTM - Dec 19, 2025

Context The blueprint editor allows you to override an actor component's class in derived blueprints (component details panel -> Component Class). [Image Removed] Problem When a blueprint and it ...