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

FBX Camera Import into Sequencer - Scale Does Not Apply to Scene-Dependent Attributes (e.g., Focus Distance)

UE - Anim - Sequencer - May 1, 2025

When importing an FBX camera into a Level Sequence via the FBX Import dialog, we rely heavily on the Import Uniform Scale and Convert Scene Unit options for DCC interoperability. These settings ...

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

FHLSLMaterialTranslator::GetMaterialEnvironment can crash or not load UMaterialParameterCollections

UE - Rendering Architecture - Materials - Apr 30, 2025

In UE 5.5, the Editor may crash in FHLSLMaterialTranslator::GetMaterialEnvironment when loading materials with Material Parameter Collections, likely due to async loading. Calling ParameterCollectio ...

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

[Interchange][glTF] Morph animations are not imported

UE - Editor - Content Pipeline - Import and Export - Apr 30, 2025

[Link Removed] From the UDN: When importing a glTF file from Blender with both skeletal and morph animations, only the bone animations are imported - the morph animation curve is completely missing ...

Horde Artifact Browser can produce download URLs greater than 8KB

UE - Foundation - Horde - Storage - Apr 29, 2025

Using the Horde Artifact browser browse to a folder with a lot of files in a subfolder (for example temporary artifacts that contains Engine/Binaries/Win64, see attached) and use the "Download" butt ...

Runtime virtual texture sometimes shows corrupted tiles

UE - Rendering Architecture - Apr 28, 2025

Some licensees have reported seeing intermittent corruption of runtime virtual texture tiles. This hasn't been reproduced at Epic. Usually this shows up as some small percentage of rendered tiles l ...

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