The wrong emissive value may be used on Nanite objects with custom primitive data when Lumen card sharing is enabled. This issue can be mitigated with: r.LumenScene.SurfaceCache.AllowCardSharing 0 ...
We should not create placeholders when using WP or OFPA. ...
Reported in SF [Link Removed] Visual helpers for Area and Spacing tools are always visible when helpers are enabled, including when occluded by other geometry. This behavior is inconsistent with o ...
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 ...
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 (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 ...
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 ...
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 ...
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) ...
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 ...