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

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

[MetaSounds][Builder API] - Editor crashes when setting node position to a large value

UE - Audio - MetaSounds - Aug 9, 2023

Setting the location of a node a the MetaSound Editor Subsystem to a very large value crashes the editor.Unhandled Exception: EXCEPTION_STACK_OVERFLOW Crash reporter link: [Link Removed] ...

Blueprint actor component properties do not automatically flush dormancy when set

UE - Networking - Aug 8, 2023

UK2Node_VariableSet::ShouldFlushDormancyOnSet only returns true for classes that derive from AActor. This leads to inconsistent behavior, as the owning actor will not have FlushNetDormancy called on ...

[Device Swap] - Assertion failed: AudioStreamInfo.StreamState == EAudioOutputStreamState::Closed [File:D:\build\++UE5\Sync\Engine\Source\Runtime\AudioMixerCore\Private\AudioMixer.cpp]

UE - Audio - Jul 25, 2023

Issue has been seen a couple times internally and closed as No Longer occurring. Looking at Crash Reporter, issue has been seen live a number of times. Looking at user logs, occurs after:LogAudioMi ...

Provide a way for licensees to set a custom class for DataLayerInstanceWithAsset.

UE - World Creation - Worldbuilding Tools - World Partition - Jul 25, 2023

Provide a way for licensees to set a custom class for DataLayerInstanceWithAsset. ...

USD Stage Import - Spawned actors by USD importer are not saved in level

UE - Editor - Content Pipeline - USD - Jul 20, 2023

we ran into an issue with USD Importer plugin for Unreal 5.2. When you import a USDStage with the "actors" import option - which respawns the newly imported actors into the current level.  However, ...

Some style settings can not be modified on Editor Utility Checkbox widget

UE - Editor - UI Systems - UMG - Jul 18, 2023

Some style settings cannot be modified on the Editor variant of the checkbox widget (EditorUtilityCheckbox). This looks to be related to the style settings applied in FStarshipCoreStyle::SetupCheckb ...

[MetaSounds] The Members' detail panel does not accurately update after making an edit and selecting a different member

UE - Audio - MetaSounds - Jun 26, 2023

Note: This issue also affects MetaSound Patches and any Members Menu List Repro Rate: 5/5 Regression marked as No: issue was seen in 5.2 and 5.1  UE5+Release-5.2-CL-26001984 UE5+Release-5.1-CL- ...