Crash when entering PIE after modifying BP child actor component

UE - World Creation - Worldbuilding Tools - World Partition - Nov 13, 2024

Editor preview window for CurveLinearColorAtlas does not automatically update when their CurveLinearColor asset is changed

UE - Graphics Features - Nov 12, 2024

When the CurveLinearColor asset assigned to a CurveLinearColorAtlas is edited (e.g. change the colors of the gradient), the preview window of CurveLinearColorAtlas editor does not automatically upda ...

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

Lyra: OnSpawn player abilities can fail to activate on client in networked sessions

UE - Gameplay - Gameplay Ability System - Nov 12, 2024

A licensee who built their game on top of Lyra has reported that OnSpawn abilities, which is a feature provided by the LyraGameplayAbility base class via its ActivationPolicy, have a chance of faili ...

Modeling Mode Vertex Paint Color values are incorrect

UE - Content Tools - Nov 12, 2024

There is a mismatch in between the input and output value of vertex colors painted using the "Modeling Mode" vertex painting tool. The example in the licensee's case is that if they wanted a 0.25f v ...

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

check fail in RegisterLevelInstance when calling Build HLOD with PLA

UE - World Creation - Worldbuilding Tools - HLOD - Nov 11, 2024

The necessary conditions to trigger the issue: The WorldPartionHLOD actor to rebuild must reference a packed level actor The packed level actor must be loaded in the map when rebuilding the HLOD ...

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

Landscape visualizer artifacts with nanite enabled

UE - Content Tools - Terrain - Landscape - Nov 8, 2024