AssetRegistry: In a packaged game ScanPathsSynchronous with bForceRescan=true will permanently forget about assets inside IOStore containers

UE - Foundation - Data Pipeline - May 7, 2025

This came up from several discussions on UDN and internal discussion. The root cause is that the AssetRegistry currently cannot discover packages inside IOStore containers, it relies on the seriali ...

DiffuseIndirect_Lumen_3 parameter missing and causing crash with Screen Space reflections and Lumen Async Compute

UE - Graphics Features - Lumen - May 3, 2025

When the Reflection Method is set to Screen Space and Lumen reflections async compute is enabled Unreal will crash because DiffuseIndirect_Lumen_3 parameter missing, due to how DenoiserOutputs are o ...

Blueprint compiler doesn't always initialize struct consts correctly

UE - Framework - Blueprint Compiler - May 1, 2025

Blueprints currently don't support unsigned 64 bit ints, but they do support signed 64 bits. If a Blueprint uses a native struct variable that contains a uint64 property, it incorrectly assigns that ...

UEditorValidatorBase::ValidateLoadedAsset() is not using the K2_ValidateLoadedAsset() output, effectively ignoring the Blueprint validation

UE - Framework - May 1, 2025

UEditorValidatorBase::ValidateLoadedAsset() is not using the K2_ValidateLoadedAsset() output, effectively ignoring the Blueprint validation. The K2Result is not used later in the function, and this ...

Transform Origin Scale on the Level Sequencce Actor's Instance Data can affect rotations

UE - Anim - Sequencer - Apr 30, 2025

Scale is used as part of the rotation calculation for transform multiplication, and it can have an effect in the sequence transform origins. It's expected that scale is completely ignored, and shou ...

Find in Blueprints: Default values in struct members are not returned

UE - Framework - Blueprint Editor - Apr 30, 2025

Context Find-in-Blueprints can be used to search the current, or all, blueprints. If you enter a simple string, it would return nodes, pins, pin default values and default values for BP Variables ( ...

Ensure triggered when creating Scene Proxy for GroomComponent

UE - Rendering Architecture - RHI - Apr 30, 2025

When a room component is added in C++ via the actor constructor, an ensure is triggered from precaching and the groom component. Behavior also observed on UE5/Release-5.5, CL: 40988944 ...

ChaosWheeledVehicleMovementComponent is breaking the const CDO contract and changes to the instances are being applied to the CDO

UE - Simulation - Physics - Apr 28, 2025

As described by the licensee, the const CDO contract is being broken on ChaosWheeledVehicleMovementComponent. The issue the licensee is facing is that by spawning cars with different configurations, ...

Fatal error when creating listen server on an instance with a PendingNetGame

UE - Networking - Apr 28, 2025

This seems to occur because the PendingNetGame is not destroyed when the instance browses to the new level to start listening. In UEngine::LoadMap, UWorld::SetGameMode will create the game mode, pro ...