depth calculation is not functioning properly on mobile ES 3.1 preview

UE - Platform - Mobile - Feb 21, 2023

In 5.1.1, the depth calculation is not functioning properly on mobile ES 3.1 preview, resulting in reflections occurring in areas where they should not. When checking with RenderDoc in ES 3.1 Previ ...

If CustomNearClippingPlane of UCineCameraComponent changed, it will be reflected in normal CameraComponent as well

UE - Anim - Sequencer - Feb 17, 2023

CustomNearClippingPlane of UCineCameraComponent is new property in 5.1, but if use change this, it will also be reflected in the normal CameraComponent's NearClip. This is because the PerspectiveNe ...

[AI] ZoneGraph does not automatically rebuild when Build ZoneGraph While Editing flag is enabled.

UE - AI - Feb 16, 2023

ZoneGraph is failing to build automatically in the editor even when the flag for Build Zone Graph While Editing is enabled. Things tried that do not cause an automatic rebuild are:Moving, rotating, ...

LiDAR asset is distorted when reopening the level after closing it.

UE - Editor - Content Pipeline - Feb 15, 2023

Found an issue with the asset in the steps to reproduce in //UE5/Release-5.2 CL 24238206 Perforce. When closing and reopening the project the asset in the viewer shows up as distorted. The issue occ ...

GameThread + AsyncLoadingThread deadlock - StaticLoadObject vs. StaticAllocateObject

UE - Foundation - Core - UObject - Feb 14, 2023

User reported encountering a deadlock between GameThread and AsyncLoadingThread and provided two callstacks.User quote I've been running into a deadlock intermittently with a custom blueprint conso ...

Errors occur when moving duplicated Material Instances

UE - Rendering Architecture - Materials - Feb 9, 2023

Licensees have reported that two UMaterialInterfaceEditorOnlyData objects are being created for duplicated assets, causing a name conflict when renaming. ...

Nodes to the right of an Abort Both node in a Behavior Tree appears to still receive a tick

UE - AI - BehaviorTree - Feb 6, 2023

This is a regression. Tested in //UE5/Release-5.0 CL20979098 Behavior Tree appears to tick nodes to the right of an aborted node that is set to abort Both. Those nodes are not executed, but visuall ...

If the DataLayerAsset name or asset path changes, Actors registered to it will ignore the DataLayer's settings

UE - World Creation - Worldbuilding Tools - Feb 5, 2023

If you change the DataLayerAsset name or asset path, all Actors registered with that DataLayer will ignore that DataLayer's settings. Specifically, even if you set the DataLayer to the Unloaded stat ...

Feature Request: Make WASD movement cancel out movement when you press keys in opposite directions

UE - Gameplay - Input - Feb 3, 2023

slack discussion: [Link Removed] ...

Can't connect Date Time and Time Spawn pins to math nodes

UE - Gameplay - Blueprint Editor - Feb 2, 2023

we can do a "cheap fix" here by adding the "IgnoreTypePromotion" metadata to the date time functions, but there are some underlying issues with the FindBestMatching func in this case causing it to f ...