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

Disabling World Partition causes all actors to be removed from level after save & reload

UE - World Creation - Worldbuilding Tools - World Partition - Mar 9, 2023

Automotive Materials - ClearCoat Specular Artifact with Saturation ~1

UE - Graphics Features - Mar 8, 2023

[Link Removed][Link Removed] ...

Editor crash on level load when bUseActorFolders is true after dragging Actor into another folder in the Outliner

UE - World Creation - Worldbuilding Tools - OFPA - Mar 7, 2023

From licensee: Hello! Our level streaming setup enables the bUseActorFolders on our levels. When moving the Actor into another folder via the Outline, the editor will crash on the next load Assert ...

Anim notifies trigger repeatedly/every frame when using an animation mode track set to Use Anim Blueprint in a Level Sequence

UE - Anim - Runtime - Mar 6, 2023

The anim mode track seems to cause the sequence to retrigger notifies every frame. ...

ICVFX Editor: Last Entry Index of "Pre-Viewport Color Grading" shows "Entire Cluster" group data.

UE - Virtual Production - nDisplay - Mar 2, 2023

The ICVFX view is displaying parameters for the entire cluster when the group in the right-most index is selected. Its expected that the right-most index group should behave like every other group, ...

GAS: RemoveActiveGameplayEffect crashes when called during world teardown for periodic GEs

UE - Gameplay - Gameplay Ability System - Mar 2, 2023

AbilitySystemComponent crashes when RemoveActiveGameplayEffect is called during world teardown for an active gameplay effect that ticks periodically, by unsafe GetWorld()->GetTimerManager() access w ...

[AI] Editor crash when moving BT nodes if the BB has a BlackboardKeyType_Object with a null BaseClass

UE - AI - BehaviorTree - Feb 28, 2023

The editor crashes if a BT is changed while its Blackboard has an Object type key with its BaseClass set to None (null). There is no warning or log alerting the user that setting the BaseClass to No ...

CopyTask in BuildGraph never throws an exception if the copy fails

UE - Foundation - Horde - BuildGraph - Feb 28, 2023

CopyFile function in CommandUtils.cs assumes that an exception will be thrown if the number of retries is exceeded, but the loop condition prevents it from being thrown. Following fix works:publics ...