Incorrect config property serialization for UStructs used as TMap keys or contained in a TSet with a single value. Diffs taken from default-value of each member type, instead of from default-value of the struct

UE - Foundation - Core - Nov 18, 2024

Consider a UStruct with some basic type members, each one with a default value specified in the struct. Also consider a TSet or TMap with that struct as keys, used inside a UObject as a UProperty an ...

BakedSourceTexture missing from Sprite in packaged game

UE - Gameplay - Paper2D - Nov 15, 2024

The UPaperSprite::BakedSourceTexture will be nullptr in a packaged game if the sprite is not referenced by the UGameInstance.  The attached sample project demonstrates this scenario. ...

No warning given when a subobject is registered to a component not using the registered subobjects list

UE - Networking - Nov 15, 2024

AActor::AddReplicatedSubObject will ensure in this case if the actor doesn't set bReplicateUsingRegisteredSubObjectList, but there is no equivalent check in AActor::AddActorComponentReplicatedSubObj ...

'prefix parameter names' checkbox in a material function's settings does nothing.

UE - Rendering Architecture - Materials - Nov 14, 2024

Prefix Parameter Names checkbox does not work as expected, and the Group names are unmodified. The value "UMaterialFunction::bPrefixParameterNames" does not appear to be used anywhere in the Engine ...

Direct Link is not finding source - macOS Sequoia

UE - Editor - Content Pipeline - Datasmith - Exporters - Nov 14, 2024

Direct link with macOS Sequoia seems to be broken as Twinmotion cannot detect the Direct Link source, it seems the data is properly written in the cache directory. ...

External Actors can hold stale references to Blueprint classes as edited instance properties

UE - World Creation - Worldbuilding Tools - Nov 14, 2024

When a component is removed from a class that exists as an instance with external actors enabled, a deleted BP component on an actor will remain referenced by the instance. Disabling External Actor ...

Skeletal Mesh Customizable Object Node does not warn of changes to mesh sections.

UE - Anim - Mutable - Nov 12, 2024

When reimporting meshes with changes to their material sections, specifically additions, there is no indication that there will be an issue on output of a generated mesh. Ideally, we can watch for a ...

LoadMapMisc LLM category contains Static Mesh allocations

UE - Rendering Architecture - Nov 12, 2024

UInstancedStaticMeshComponent::CreateSceneProxy() is missing a LLM_SCOPE(ELLMTag::InstancedMesh);  and during level loading allocations for it appear in LoadMapMisc instead of InstancedMesh. Addi ...

Validity of a workaround for an issue with MobileRenderer where RecieveShadow can't be rendered properly

UE - Platform - Mobile - Nov 11, 2024

Dynamic instancing is likely causing an issue where meshes that need shadows are getting combined with meshes that do not need shadows causing missing shadows. Tests were done with CSMs. Reproducti ...