Gameplay ability sending server RPC can disconnect client during seamless travel

UE - Gameplay - Aug 15, 2023

During seamless travel, the engine renames kept actors into the transition/destination level. This process results in the actor's components being unregistered and re-registered. For the ability sys ...

TitleProperty does not work with VisibleAnywhere properties

UE - Editor - Workflow Systems - Aug 15, 2023

In: [Editor\PropertyEditor\Private\PropertyEditorHelpers.cpp:118] function SPropertyValueWidget::ConstructPropertyEditorWidget checks what type of widget to create. In: [Editor\PropertyEditor\ ...

Crash when saving a World Partition map that contains a PCG Volume

UE - World Creation - Procedural Tools - Aug 15, 2023

This is a regression. Tested in //UE5/Release-5.2 CL26001984 The editor crashes with an assertion after saving a World Partition enabled level with a landscape that contains a PCG Volume. ...

Subobject of garbage actor may be reassigned to newly created actor on the client

UE - Networking - Aug 15, 2023

When an actor channel is cleaned up, the actor and its subobjects in the CreateSubObjects array are destroyed/marked as garbage in DestroyActorAndComponents. However, default subobjects are not adde ...

Compiler warning after renaming variable in animation template

UE - Anim - Runtime - Anim Blueprints - Aug 15, 2023

See UDN: [Link Removed] ...

Compiling Control Rig can break rig behavior in Sequencer

UE - Anim - Rigging - Control Rig - Aug 14, 2023

When working with a Control Rig in Sequencer, compiling the Control Rig used by an actor will cause the rig to no longer drive movement for the actor's skeletal mesh. Licensee provided sample proje ...

Incorrect transforms when breaking a packed level actor

UE - World Creation - Worldbuilding Tools - Level Instances - Aug 14, 2023

See "Steps to Reproduce" ...

LevelInstance: Editor Texture Streaming (UDN)

UE - World Creation - Worldbuilding Tools - Level Instances - Aug 14, 2023

Further investigate and fix Editor Level Instance texture streaming data update which currently isn't being updated when moving a Level Instance in the editor. ...

When open the persona editor only the first time, the OnAnimChanged event is called with the argument none asset

UE - Anim - Runtime - Aug 14, 2023

OnAnimChanged did not seem to work correctly only the first time when opening the anim sequence and a PreviewScene was created. The OnAnimChanged event is supposed to notify which anim was changed, ...

Upgrade View and Work range scripting functions precision from float to double

UE - Anim - Sequencer - Aug 11, 2023

The view and work range scripting functions use float values for their seconds, which leads to precision issues, as these values are stored as doubles.  ...