Sequence is marked dirty when closing

UE - Anim - Sequencer - Feb 24, 2023

Cannot Add Player with a second controller in Lyra

UE - Gameplay - Input - Feb 24, 2023

Controller 1 is able to navigate the menu as normal, but if you hit the "Start" button on Controller 1, it'll flash the Add Player UI element but won't connect as Player 2, and the output log will s ...

Update FLevelEditorViewportClient::InputAxis to forward mouse axis events as well

UE - Gameplay - Input - Feb 23, 2023

FLevelEditorViewportClient::InputAxis needs to be updated to use the device mapper and FInputDeviceID's instead of the old int 32 ControllerID. Looks like this was missed during the refactor to use ...

[AI] Navmesh generates incorrect triangles that connect a lower platform to one above it

UE - AI - Navigation - Feb 21, 2023

Navmesh is setting some vertices to be quite above what would be the max step height of the agent when two platforms are aligned with one above the other. The navmesh may reach up to the upper platf ...

mobile DOF setting is not applied when play on standalone mode

UE - Platform - Mobile - Feb 20, 2023

In 5.0, the mobile depth of field settings were correctly reflected when running standalone. However, in 5.1, the DOF doesn't appear to be working correctly and the focus is off, causing a blurry im ...

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 ...