The bake_transform_with_settings method works in 5.6 but not 5.7

UE - Anim - Sequencer - Nov 26, 2025

Trying to automate the process of baking transforms via python and the identical code above works in 5.6 but not in 5.7. There are no error messages in the output log. When running in 5.7, it does ...

HLOD generation can run out of space in the FName table

UE - World Creation - Worldbuilding Tools - Nov 26, 2025

A licensee reported that generating the HLOD for his large WP based level is running out of space in the FName string table.  He tracked the source of the problem to CL 47064601. Upon inspection ...

Changing MaterialQualityLevel causes a crash due to a ShaderMap mismatch in UniformExpressionCache

UE - Rendering Architecture - Materials - Nov 26, 2025

A crash may occur when changing the MaterialQualitylevel via Scalability due to a race condition. The issue occurs because in ScalabilityCVarsSinkCallback(), when it creates the FGlobalComponentRec ...

Dataless Mutable: Cloth Simulation Not Working With Skeletal Mesh Parameter Node?

UE - Anim - Mutable - Nov 25, 2025

Testing the new dataless Mutable workflow in Unreal Engine 5.7. When replacing the old Skeletal Mesh node with the new Skeletal Mesh Parameter node, the cloth simulation stops working. ...

Enabling the ScriptableToolsFramework plugin causes compile errors in shipping configurations

UE - Graphics Tools - Modeling Tools - Nov 25, 2025

Enabling the ScriptableToolsFramework plugin causes compile errors in shipping configurations. This also applies to any plugins which depend on it, such as the ScriptableToolsEditorMode plugin. Thi ...

IKeyArea::CreateCurveEditorModel is not adding custom property channel name.

UE - Anim - Sequencer - Nov 25, 2025

When you have a custom float channel and run the above, It works great if it's a regular 'MovieScene3DTransformSection' : LogPython: [ {channel_name: "Location.Y", section: "/Script/MovieSceneTrack ...

Mutable Ignores State of Modular Game Features

UE - Anim - Mutable - Nov 25, 2025

I’m encountering an issue when working with Mutable/Customizable Objects in combination with Modular Gameplay Features (MGF). Expected: Child Customizable Objects that are located inside a disable ...

Landscape visualizers don't work on nanite landscape

UE - Graphics Tools - Terrain - Nov 24, 2025

Landscape visualizers do not work on Nanite Landscapes. Also tested in //UE5/Main/, CL: 48569009 The licensee has provided a patch file with a potential fix. ...

UE5.7 InterchangeGenericAssetPipeline -> MaterialPipeline are not using parent material for material creation on import, was working in UE5.6

UE - Editor - Content Pipeline - Import and Export - Nov 24, 2025

Hi there, It feels like a bug that the interchange generic pipeline is not using user-selected parent material for asset import, since it was working back in UE5.6 then we upgrade the engine to 5.7 ...

Material picking of Nanite meshes with multiple sections not working

UE - Graphics Features - Nanite - Nov 24, 2025

Picking a material of a section of a Nanite enabled mesh will not work correctly, while the same picking logic works fine for non-Nanite meshes. On Nanite meshes, the reported section index seems to ...