Incorrect resolution used because SetProcessDpiAware() is not called when bAllowHighDPIInGameMode=False

UE - Rendering Architecture - Aug 8, 2025

The incorrect resolution is used on computers with 4k monitors that use DPI scaling (default 150%) because the default for UE projects is bAllowHighDPIInGameMode=False which results in SetProcessDp ...

AnimToTexture vertex animation stutters on looping frame

UE - Anim - Gameplay - Aug 8, 2025

The AnimToTexture plugin generates an animated texture that results in a stutter when the animation loops. This looks to be related to the code in UAnimToTextureBPLibrary::AnimationToTexture which ...

Copying Gameplay Tag Queries uses paths of instanced objects.

UE - Gameplay - Gameplay Ability System - Aug 8, 2025

Copying Gameplay Tag Queries (FGameplayTagQuery) in the editor uses transient instanced object paths, so will no longer be valid when the data is unloaded, making it difficult to save or share queri ...

Using ForceCustom Mode causes TPose for single frame in Level Sequencer

UE - Anim - Sequencer - Aug 8, 2025

We are seeing TPose issues when swapping between EDL shots on skeletal mesh actors. We have spawned skeletal mesh actors added to a Level sequence that are set to use an animation blue prints which ...

DOF - TAA pass ghosting when using r.DOF.TAA.CoCBilateralFilterStrength

UE - Graphics Features - Aug 7, 2025

In Unreal 5.6, there's a new CVar: r.DOF.TAA.CoCBilateralFilterStrength, which should help with ghosting artifacts introduced by TAA in DOF passes. However, it doesn't work as expected since many gh ...

[AI] Changing NavMesh Resolution in config file does not update the quantFactor of existing navmesh

UE - AI - Navigation - Aug 6, 2025

When we changed the resolution in the config, if you open a map and then look at the navmesh, the resolution it shows is the updated one from the config (assuming you haven't overridden anything) ...

FObjectReferenceCache's ResolveObjectReferenceHandleInternal can return pointers to garbage objects

UE - Networking - Aug 6, 2025

A FindObjectFast call may return a pointer to an object marked as garbage. The use of that function in FObjectReferenceCache::ResolveObjectReferenceHandleInternal as well as FNetGUIDCache::GetObject ...

DataLayer: Duplication a GroupActor is broken

UE - World Creation - Worldbuilding Tools - Data Layers - Aug 5, 2025

The result of the duplication operation is that the Actors in the new group are part of the DataLayer but the new GroupActor is not.  ...

NavMesh generation should not care for Actors that are hidden in the Editor.

UE - AI - Navigation - Aug 5, 2025

The problem is that the Cube is still loaded but "HiddenEd". It's AActor::bHiddenEdLayer property is set to true by the WorldPartition System. The Actor is dirty which makes the WP system pin it (wo ...

Iris - RPCs split into partial blobs aren't received on non-replicated components

UE - Networking - Iris - Aug 5, 2025

This issue does not occur if the RPC is not split into partial blobs. The RPC is received on the non-replicated component if Iris is disabled. ...