Adding parent constraint to control rig in shot crashes the editor

UE - Anim - Sequencer - Anim in Engine - Mar 10, 2023

Adding a constraint to a control rig in a subsequence will crash the editor. ...

Deadlock when running an asset validator commandlet with async skeletalmesh build

UE - Editor - Content Pipeline - Asset Build - Mar 10, 2023

[External Code]   UnrealEditor-Core.dll!FEventWin::Wait(unsigned int WaitTime, const bool bIgnoreThreadIdleStats) Line 1515 C++   UnrealEditor-Engine.dll!FAsyncTaskBase::WaitCompletionWithTimeout( ...

Editing Blueprint default values will make the level it is contained in get marked as dirty

UE - Gameplay - Blueprint Editor - Mar 10, 2023

When Blueprint default values are edited, those edits will also be propagated to any active instances in the level. Each edit event will mark the level as dirty. Similarly, in a World Partition map ...

Distance Field AO for Hair shading model looks incorrect

UE - Graphics Features - Mar 10, 2023

It will be the same drawing as the Default Lit Material with the same value set to Nomral.[Image Removed] ...

Setting the sequence of a Level Sequence Actor after playing a sequence with an event will crash if played

UE - Anim - Sequencer - Mar 9, 2023

The editor crashes trying to find an event on the other level sequence when playing back the new one. ...

JobObject appears to break /ZI pdb compiles

UE - Foundation - Cpp Tools - UnrealBuildTool - Mar 9, 2023

It seems that the [Link Removed] UBT creates to ensure any child processes are terminated on close is somehow affecting the mspdbsrv process that cl is spawning and terminating it when cl is finishe ...

ServerMapNameOverride applied to "Play Standalone" NetMode instances

UE - Networking - Mar 9, 2023

For testing connection flow, it can be really useful to have the ability to start standalone instances in one map while the server starts in another. However, since the server map name override is a ...

[AI] FMassBatchedEntityCommand uses wrong scoped access

UE - AI - Mass - Mar 9, 2023

FMassBatchedEntityCommand uses UE_MT_SCOPED_READ_ACCESS in both of its Add methods but it writes data to its TArray that it is supposed to be protecting. ...

Blueprint spawned by Visual Dataprep does not run construction script

UE - Editor - Content Pipeline - Visual Dataprep - Mar 9, 2023

Notice that the actors created through dataprep does not exectute the construction script while the actor spawnd directly in the scene does. Reported in the UDN [Link Removed] ...