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 ...
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 ...
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 ...
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 ...
See "Steps to Reproduce" ...
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. ...
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 ...