Duplicating skeletal mesh assets with groom in world outliner changes Hair UV layout

UE - Rendering Architecture - Materials - Dec 10, 2021

Having duplicate characters with groom, hair UV layout changes which results in visible shift in character look and also changes color based on camera distance and lights in the scene (hair would fl ...

On Hit Events are inconsistent/inaccurate when using Substepping most notably at lower frames per a second

UE - Simulation - Physics - Dec 9, 2021

This is a regression Tested in: //UE4/Release-4.27 CL18319896 Binary //UE5/Release-5.0-EarlyAccess CL16682836 Binary Under the same conditions in UE4 the On Hit events fire accurately and as expect ...

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