GetMeshClothingAssetBindings have some fallback that break nested calls

UE - Editor - Content Pipeline - Asset Build - Dec 9, 2021

Only the first call to unbindAndBackup should have the backup, this fallback create backup data for the nested call. ...

Crash when deleting a mesh component of the mesh we are painting (SM and SK)

UE - Editor - Content Pipeline - Asset Build - Dec 9, 2021

Solidworks exporter installation does not proceed

UE - Editor - Content Pipeline - Datasmith - Exporters - Dec 9, 2021

3 users reported the same issue. DEBUG: Error 2203: Database: 1031. Cannot open database file. System error -2147287038  or DEBUG: Error 2203: Database: 1036. Cannot open database file. System err ...

GetStaticMeshViewport() is called without checking if it returns a valid viewport causing the Editor to crash

UE - Editor - Dec 9, 2021

This is not a regression. Tested in: //UE4/Release-4.27 CL18319896 Binary //UE5/Release-5.0-EarlyAccess CL16682836 Binary //UE5/Release-5.0 CL18407655 Personal P4 When opening a static mesh without ...

AttachChildren can be incorrect on client if parent and attached actors are spawned at the same time on the server

UE - Networking - Dec 8, 2021

See linked UDN for more info. It seems as though if both a parent actor and its attached actors are created at the same time on the server, then there is a chance the attached actors won't appear at ...

Double clicking the thumbnail for a TSoftObjectPtr to a UWorld will load the level without prompting the user to save

UE - Editor - Dec 6, 2021

Currently, double clicking on a thumbnail for a SoftObjectPtr to a UWorld will load that level in the level editor without checking if the current world is dirty or prompting to save. This can resul ...

Metasounds - Using the Audio Component Play Node with a start timer other than 0 results in the Metasound ceasing to function

UE - Audio - MetaSounds - Dec 2, 2021

Metasounds cease functionality if called to Play with a different start time other than 0. This extends to the Metasound editor where pressing play to preview the sound also ceases to function. ...

The showdebug abilitysystem command crashes editor when the target is a child actor

UE - Gameplay - Dec 2, 2021

An actor with an AbilitySystemComponent that is spawned by a ChildActorComponent will have a null AbilityActorInfo. This leads to a crash in the ASC when GetDebugTarget attempts to access AbilityAct ...

Incorrect relative location on client under certain attachment conditions

UE - Networking - Nov 30, 2021

An attached actor's relative location isn't correct on the client when the actor has its position changed to that of the parent actor before attaching with the "Keep World" location rule. On the cli ...

Path Tracing denoiser is not stable in animation

UE - Graphics Features - Nov 30, 2021

When rendering an animation with the path tracer through MovieRenderQueue, at low sampling rates the denoiser produces splotchy results that flicker from frame to frame. The current denoiser (Ope ...