Mesh reduction modules selection aren't properly applied on engine restart

UE - World Creation - Worldbuilding Tools - May 4, 2023

Recent changes in the MeshReductionManagerModule::StartupModule() have introduced issues where it won't respect what reduction modules have been set in the config file. This is a big issue for plugi ...

MultiWayBlend anim node doesn't apply additives correctly

UE - Anim - Runtime - Anim Blueprints - May 4, 2023

It seems that the MultiWayBlend node isn't applying additives correctly.  In the attached project are two anim bps, one which dynamically creates an additive and one which uses an additive sequence. ...

Widget defaults not updated when modified on a base widget class via the hierarchy

UE - Editor - UI Systems - UMG - May 3, 2023

A licensee has reported an inconsistency in how modified base widget class defaults are propagated to children. When modified via the UMG Designer Graph's Class Defaults, derived classes will be mar ...

Objects move wildly when drawing thumbnails in a level sequence

UE - Anim - Sequencer - May 3, 2023

While drawing thumbnails the objects in a sequence are being transformed causing errant movements. ...

Server doesn't process anim notifies with montage tick type set to queued when bad network conditions occur

UE - Anim - Gameplay - May 3, 2023

After some testing this issue looks to only occur with queued notifies and not with branching point notifies. UDN: https://udn.unrealengine.com/s/question/0D54z00009643x4CAA/server-doesnt-process-a ...

Undo then Redo Creating a Spawnable in Sequencer Creates Extra Actor in Level

UE - Anim - Sequencer - May 3, 2023

There is a bug when performing an undo/redo on pasted or spawned actors in Sequencer.  It appears that the transaction system is re-creating an actor on redo, but Sequencer doesn't see that, so it ...

Skeletal mesh bones cannot be selected in the viewport of the IK Retargeter

UE - Anim - Rigging - Retargeting - May 2, 2023

Skeletal mesh bones cannot be selected in the viewport of the IK Retargeter. They can still be selected via the bone name hierarchy. Reproduces in the following://UE5/Release-5.1 CL 2390901//UE5/Re ...

City Sample - Parked Cars, Traffic, and Crowds do not spawn while in PIE

UE - AI - Mass - May 1, 2023

Repro Rate 10/10 Issue is a Regression as it doesn't occur in 5.1 Parked Cars, Traffic, and Crowds spawn in as expected when launching the project in Game Mode or a Packaged Build Going into the ...

Dropped encryption ack control message can result in connection failure

UE - Networking - Apr 28, 2023

When connecting a client using encryption, the server's NetConnection sends the encryption ack and then immediately enables encryption (UNetConnection::EnableEncryptionServer). In the case where the ...