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

Characters can not pass through back faces of triangle meshes

UE - Simulation - Physics - Query - Jan 17, 2023

Here is a work around bool FTriangleMeshSweepVisitor::VisitSweep(const TSpatialVisitorData<int32>& VisitData, FRealSingle& CurDataLength) { ... if (CullsBackFaceSweepsCode != 0) { if ...

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

Nanite meshes don't render to RVT

UE - Graphics Features - Nanite - Jan 16, 2023

Static meshes that use Nanite never write to RVT. We've been recommending a workaround to create a secondary non-nanite mesh component that only writes to RVT, but that is a big overhead for product ...

Switchboard Unable to Launch Multi-User Slate Server in Launcher Builds

UE - Virtual Production - Tools - Switchboard - Jan 14, 2023

Switchboard is unable to launch the Multi-User Slate Server in launcher builds.  This is because the default install location has "Program Files and "Epic Games" in the path (aka folders with spaces ...

Sky renders black after building lighting in VR Template

UE - Graphics Features - Jan 13, 2023

Regression: Tested in UE5/Release-5.0 at CL 20979098, this issue does not occur so this is a regression. ...

Landscape has a seam when scale is set to a decimal

UE - LD & Modeling - Terrain - Landscape - Jan 13, 2023

Regression: Tested in UE5/Release-5.0 at CL 20979098, this issue does occur so it is not a regression. This issue occurs if the scale set for the landscape has a decimal value that is not 0.5. Sett ...

SteamSockets not setup to handle Client/Session ID handshakes

UE - Online - Jan 13, 2023

Repro Rate: 3/3 This is a live issue where the customer claims that the SteamSockets implementaton is not setup to handle the new Client and Session Id setup that was introduced in 5.1. This issue ...

Precomputed AO Mask renders with value of zero after building lighting

UE - Rendering Architecture - Materials - Jan 13, 2023

Regression: Tested in UE5/Release-5.0 at CL 20979098, this issue does not occur so it is a regression.  This issue occurs in 5.1 for both normal light building and GPU Lightmass building. In 5.0 th ...