Crash when breaking Level Instance within Data Layer Asset

UE - World Creation - Worldbuilding Tools - World Partition - Feb 2, 2023

A crash occurs when breaking a level instance contained in a data layer.  This does not occur in 5.0.3, however the behaviors of Data Layers are different in 5.1 where the Data Layer asset is added ...

Components copy/pasted from an actor instance's SCS can't be deleted from a Blueprint

UE - Gameplay - Blueprint Editor - Jan 31, 2023

SCS added components pasted from an actor instance in the level editor cannot be deleted from the target Blueprint because the component template has the RF_ArchetypeObject flag. ...

Debugging Motion Matching in 5.1, looping animations don't loop root correctly

UE - Anim - Gameplay - Jan 31, 2023

Just trying a few simple animations in 5.1, I have a few short looping cycle animation that go in different directions. I see very bad results and it looks like it's because of how MM is assuming th ...

If using SetAlignmentInViewport in Construct, the value with it is ignored

UE - Editor - UI Systems - UMG - Jan 27, 2023

If SetAlignmentInViewport is called in the UMG Construct, it is ignored internally. This is due to a change that came in 5.1, so it worked fine in 5.0. First, when the Set Alignment in Viewport nod ...

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

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

Large brush sizes causes hitching in Landscape Sculpt mode

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

In my case I used the erosion brush and smooth brushes.  Not a regression checked in Version: 5.1.0-23058290+++UE5+Release-5.1 ...