GeometryCollectionComponent visibility flag is forced to true in BeginPlay

UE - Simulation - Physics - Destruction - Jan 26, 2023

The visibility flag is reset to true in UGeometryCollectionComponent::UnregisterFromISMPool. This function is called from BeginPlay. Only when ISMPoolActor is not being used, the following worka ...

PATH not passed to NMake script when building Android from Visual Studio

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

After upgrading from UE5.0.3 to UE5.1, we started seeing this error when trying to build Android Development from Visual Studio (VS2022 17.2.1): Running UnrealBuildTool: dotnet "..\..\Engine\Binari ...

Assertion at "UnrealInsights-TraceAnalysis.dll!UE::Trace::FTidPacketTransport::ReadPacket" when opening a capture file from a PS5 Dev Client with an Insights Binary

UE - Foundation - Insights - Jan 24, 2023

NOTES See Slack Thread for more Info: [Link Removed] 7Z file: [Link Removed]  PLATFORMS TESTED PC: Not tested Xbox One: Not tested XSX: Not tested PS4: Not tested PS5: Occurs Android: Not tested S ...

The transform of a Virtual Bone can be changed in the Skeleton but isn't preserved

UE - Anim - Runtime - Jan 23, 2023

This is not a regression. Tested in //UE5/Release-5.0 CL20979098 The transform of a Virtual Bone can be changed in the Skeleton but isn't preserved this has caused some confusion with users. ...

Missing API for nDisplay custom data share

UE - Virtual Production - nDisplay - Jan 22, 2023

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

Crash occurs when executing r.RHIThread.Enable 2 command

UE - Rendering Architecture - RHI - Jan 19, 2023

This is not a regression. Tested in //UE5/Release-5.0 CL20379098 Editor crashes with an assertion after executing the command r.RHIThread.Enable 2 ...

UWorld::GetNetMode returns incorrect value during UGameInstance::StartPlayInEditorGameInstance

UE - Networking - Jan 19, 2023

During PIE instance initialization, there seems to be a window during which UWorld::GetNetMode will not return the expected value: before the instance's NetDriver has been created but after UGameIns ...

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