Niagara: MeshParameterBinding property of the StaticMeshLocation module does not accept binding to parameters of type StaticMesh.

UE - Niagara - Jan 22, 2026

On the details panel of the StaticMeshLocation module, when expanding the dropdown of the MeshParameterBinding property, user parameters of type StaticMesh don't show up (only those of type "Object" ...

In the level editor, when configuring a component that is part of an actor blueprint, adding entries to a TMap with C++ enum keys results in duplicate keys and an incorrect warning popup.

UE - Editor - Workflow Systems - Jan 22, 2026

Note: This started happening in UE 5.4 and persists up to latest. It is probably related to [Link Removed] Closed ([Link Re ...

Changing the ComponentClass of a ACharacter twice and trying to set a SkeletalMeshAsset crashes the engine

UE - Anim - Jan 22, 2026

Changing the ComponentClass of a ACharacter twice and trying to set a SkeletalMeshAsset crashes the engine with a "Cannot replace existing object of a different class" message. The conditions to re ...

PCGs Duplicate Point node option to apply in Relative Space has metadata warnings and crashes editor.

UE - World Creation - Procedural Tools - Jan 21, 2026

When using the PCG Duplicate Point node's "Direction Applied in Relative Space" option, this deletes or messes with the output metadata and, if connected to an output or using it's debug mode, will ...

Memory leak in FMaterialPSORequestManager

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

Context: FMaterialPSORequestManager::PrecachePSOs() is called at runtime when an asset utilizing a material is loaded. This occurs during engine init, travel, and when any async or synchronous load ...

Rotated RetainerWidget does not account for rotation during hit testing

UE - Editor - UI Systems - Jan 21, 2026

Hit testing for widgets contained within a RetainerWidget does not correctly account for rotation applied via render transforms . While the content renders with the expected rotation, hover and clic ...

UEditorEngine::OnAllPIEInstancesStarted() called prematurely, multiple times, while PIE clients are starting

UE - Gameplay - Jan 21, 2026

Context UEditorEngine::OnAllPIEInstancesStarted() is a virtual function that gets called when launching Play-in-Editor. It can be overridden if the game project chooses to introduce a subclass of U ...

GameplayTagQuery AutoDescription not refreshed after GameplayTag redirect on load

UE - Gameplay - Gameplay Tags - Jan 21, 2026

FGameplayTagQuery does not refresh its cached AutoDescription after GameplayTag redirects are applied during asset load. As a result, after renaming a GameplayTag and restarting the editor, the Game ...

When Constrain Aspect Ratio is enabled, the display position of DrawDebug rendering becomes misaligned

UE - Editor - Developer Usability - Jan 21, 2026

Display DrawDebugSphere at the DefaultPawn's positionSet bConstrainAspectRatio=true on the DefaultPawn's CameraComponent Setting bConstrainAspectRatio=true in CameraComponent causes DrawDebug renderi ...

Multicast RPCs may be sent to clients in a different level with Replication Graph

UE - Networking - Jan 20, 2026

UReplicationGraph::ProcessRemoteFunction does not check if the client has the same loaded world as the server when sending a multicast RPCs. For actors that are persisted partway through a seamless ...