[Interchange]: Skeletal mesh import do not take geometric transform

UE - Editor - Content Pipeline - Import and Export - Oct 9, 2024

We need to support geometric transform for meshes when importing skeletalmesh ...

Content Browser columns should not be determined by a randomly picked asset

UE - Editor - Workflow Systems - Oct 8, 2024

SAssetView::SetMajorityAssetType for most asset types randomly picks a visible asset to grab the metadata from, which is what derives the CB columns. This can become a problem if the random asset it ...

FASTBuild cannot compile 5.5 for Windows.

UE - Foundation - Cpp Tools - UnrealBuildTool - Oct 8, 2024

A licensee reported errors related to the sarif file when compiling version 5.5 using FASTBuild. The problem is that the FB implementation code doesn't know how to deal with the /experimental cl.exe ...

Mesh Paint mode's Texture Paint has obvious artifact with UV seams

UE - Rendering Architecture - Oct 8, 2024

Mesh Painting Texture Paint tool can miss some pixels along UV seams, even with "Enable Seam Painting" set to True. This appears to be because of the difference between rasterization and sampling. ...

Editor Utility Widgets: Asset creating nodes' output pins in uber graphs cause asset deletion warning

UE - Gameplay - Blueprint Runtime - Oct 8, 2024

Editor Utility Widgets (EUW) can be used to script editor behavior. One use case is the automation of asset creation. A licensee has reported that when an EUW is used to create an asset, for as lon ...

FStaticMeshCompiler::FinishCompilation stalls when compiling multiple meshes.

UE - Foundation - Core - Oct 7, 2024

Calling "FStaticMeshCompiler::FinishCompilation" on multiple assets simultaneously can cause a hang. Also tested on //UE5/Release-5.5, CL: 36784631 ...

Deleting an asset and replacing with another asset while connected to source control can cause issues

UE - Editor - Workflow Systems - Oct 7, 2024

When using SVN, when deleting an asset in Unreal Editor and replacing it with another asset, the checkout fails and the references connected to the previous asset are broken. ...

Calling GetMaterial during compile on load can cause the material shader to fail to compile

UE - Rendering Architecture - Materials - Oct 4, 2024

Calling UStaticMeshComponent::GetMaterial() during a Blueprint compile on load can cause the Material shader to fail to compile because GetMaterial will trigger a PostLoad call on that Material and ...

Array of structs does not animate sub properties correctly in Sequencer.

UE - Anim - Sequencer - Oct 4, 2024

Support for animating arrays of structs should either be disabled, or supported. ...

Changing a push model property without marking it as dirty can cause desync when the actor goes in and out of dormancy

UE - Networking - Oct 4, 2024

When the actor goes out of dormancy, it will replicate its push model property, even if it hasn't been marked as dirty. In this case, it seems the value of the property is not written to the shadow ...