Initialization error when creating FEventReply objects from Python

UE - Editor - UI Systems - UMG - Nov 28, 2025

the handled value passed to unlock_mouse is actually treated as unhandled, because FEventReply has no uproperty and no Identical()function of its own. Adding WithIdenticalViaEquality can fix this is ...

Translucent deferred decal materials look different when setting specular attribute directly or via constant node

UE - Rendering Architecture - Materials - Nov 28, 2025

Translucent deferred decal materials look different when setting their specular material attribute directly on the material node versus setting it via a constant node ...

Morph target normals not correctly applied when imported as LOD 0

UE - Editor - Content Pipeline - FBX - Nov 27, 2025

This is a regression since 5.5 with skeletal meshes where morph target normal/tangent deformation only works when a mesh is imported as a LOD of an existing skeletal mesh, but not when imported as L ...

Translucent Wireframe Materials Exhibit TSR Aliasing/Crawling Due To Incorrect Velocity Rendering When Set to Output Depth And Velocity

UE - Graphics Features - Nov 27, 2025

Note that this bug potentially also affects a wide variety of material / geometry setups; however, a translucent wireframe setup is currently the main reproduction case. The issue may also be notice ...

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

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