Destroying a beacon from a RPC no longer destroys the beacon actor

UE - Networking - May 16, 2023

This seems to be because of recent changes made for [Link Removed]. Now that UNetDriver::bInTick is being properly tracked for derived classes, AOnlineBeacon::CleanupNetDriver is now deferring destr ...

LevelInstance: Brush actors don't follow transform

UE - World Creation - Worldbuilding Tools - Level Instances - May 16, 2023

FComponentReference loses its actor reference when the target actor is reinstanced

UE - Gameplay - May 15, 2023

The "OtherActor" pointer in an FComponentReference is invalidated when the referenced actor is reinstanced after compilation. ...

Auto-Save failing, pulling old saves and blocks users from continuing

UE - Editor - Workflow Systems - May 15, 2023

Reporting an issue where are users are getting prompted to auto-save, but then it appears to fail and asks them to manually save. They're being prompted with outdated save files, but get stuck in a ...

MaterialProxyReplace node does not work with Approximate setting in HLOD generation or Actor Merge

UE - World Creation - Worldbuilding Tools - HLOD - May 15, 2023

This is the same behavior for HLOD generation of World Partition. Replace is useful when there is a material that changes parameters with information such as camera. ...

Use a shared context in Loading instead of copying the LinkerInstancingContext

UE - Foundation - Core - EditorLoader - May 12, 2023

Current LinkerInstancingContext are copying instead of being shared internally during loading which can induce a lot of memory usage when used with World Partition which can contains a lot of mappin ...

Check in UCharacterMovementComponent::SmoothClientPosition fails when travelling between servers

UE - Gameplay - Player Movement - May 11, 2023

While attempting to connect and travel to a new server, the client's NetDriver will be shutdown, and a new pending net driver created (in UEngine::Browse). When the original NetDriver is destroyed, ...