Nanite mesh is shown with player collision

UE - Graphics Features - Nanite - Aug 21, 2023

Actors with Child Actor Components get out of sync when undoing component transform in child Blueprint

UE - Gameplay - Blueprint Editor - Aug 17, 2023

Undoing a child actor's component transform in its Blueprint editor isn't reflected in child actor instances in the level editor. Subsequent transforms are also not propagated after the undo breaks ...

Virtual texture lightmap shows black result after level streaming.

UE - Graphics Features - Aug 16, 2023

When streaming in a level with a virtual texture light map using LoadStreamedLevel, with bShouldBlockOnLoad=false. we will see black in the lightmap. This is caused by ResourceCluster->GetAllocatedV ...

Lumen causing exposure issues when several viewports are opened

UE - Graphics Features - Lumen - Aug 16, 2023

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

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

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

Attachment changes on the client for non-replicated actor may be stomped by replication

UE - Networking - Aug 10, 2023

For projects relying on attachment to be performed on the client before the server, such as to prevent latency, this can result in attachments being overridden when USceneComponent::OnRep_AttachChil ...