LiDAR plugin crashing with VR Instanced Stereo enabled

UE - Platform - XR - Jan 26, 2023

When enabling LiDAR plugin with VR Instanced Stereo enabled it causes a crash. Alternate repro: From Any project Enable Instanced Stereo in project settings Enable LiDAR Point Cloud Support Restar ...

Crash occurs after setting Small Font to a Font then launching in Stand Alone as the Client

UE - Editor - UI Systems - Slate - Jan 19, 2023

This is not a regression. Tested in //UE5/Release-5.0 CL20979098 Crash occurs after setting Small Font to a Font in the Project Setting then launching in Stand Alone as the Client. ...

ETcpMessagingVersion should be bumped because of ANY_PACKAGE changes to MessageBus

UE - Virtual Production - Jan 19, 2023

UdpMessageTransport version was bumped due to the change to MessageContext.  However, TcpMessageTransport did not have the corresponding bump in version.  From UDN: [Link Removed] ...

TickComponent and PostPhysicsTick in SkeletalMeshComponent can cause simultaneous read/write access

UE - Anim - Runtime - Jan 18, 2023

When a SkeletalMeshComponent is restarted by calling in order of   SetSimulatePhysics and SetComponentTickEnabled, the TickComponent and EndPhysicsTick are executed simultaneously. As a result, the ...

Crash occurs after right clicking a Modify Curve node in an Animation Template Blueprint

UE - Anim - Jan 17, 2023

This is not a regression. Tested in //UE5/Release-5.0 CL20979098. The editor crashes when right clicking a Modify Curve node in an Anim Graph of a Animation Template Blueprint. ...

Compile Unreal Editor with Visual Studio 2022 can result in an error - Error executing cl.exe, tool returned code: STATUS_ACCESS_VIOLATION

UE - Foundation - Cpp Tools - UnrealBuildTool - Jan 17, 2023

Additional information in the comments. Potential work around if VS has a prompt suggesting installing addition components is to install:MSVC v143 - VS 2022 C++ Arm64 Build Tools(v14.33-17.3)MSVC v ...

Non-deterministic cooking issue in .uexp of level asset file

UE - Foundation - Core - Cooker - Jan 17, 2023

There is a deterministic cooking issue with .uexp map of level asset. [Link Removed] is the similar issue  fixing by CL#19723275, but it still there.  ...

Newly placed actor unloads after playing in editor once

UE - World Creation - Worldbuilding Tools - Jan 17, 2023

The actor placed in the level will be unloaded after play in editor.  Without save the level (repro step4), the actor is not unloaded and show in editor. ...

Incorrect Tooltips for Crossfade By Param node

UE - Audio - Jan 12, 2023

Reproduced 3/3 times, issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. ...