DoDeferredRender will not UpdateBound correctly when NavigationCachedBoundsUpdated

UE - AI - Navigation - Dec 2, 2025

With InstancedStaticMeshComponent, after calling AddInstance, an instance that’s far away gets culled because of additional logic that was added in 5.7 to This works correctly in 5.6 and the instanc ...

Material LocalPosition node does not work correctly with Nanite Skinned meshes

UE - Graphics Features - Dec 1, 2025

Nanite Skinned Meshes don't receive the correct Local Position in some shadow passes. This depends on the clipmap level, and is not related to VSM caching. Unreal Engine 5.6 shows the same issue, b ...

In 5.7, a Sequencer that contains a Spawnable ChaosCacheManager will crash the Engine on EndPlay

UE - Simulation - Physics - Nov 30, 2025

In 5.7, a Sequencer that contains a Spawnable ChaosCacheManager will crash the Engine on EndPlay. The licensee has reported, and I've confirmed, that this behavior started in 5.7. I've confirmed thi ...

Blueprints can enter a corrupted state where Actors construct DefaultSubobjects using CreateOptionalDefaultSubobject, even though child classes call DoNotCreateDefaultSubobject

UE - Framework - Blueprint - Nov 28, 2025

Blueprints can enter a corrupted state where Actors construct DefaultSubobjects using CreateOptionalDefaultSubobject, even though child classes call DoNotCreateDefaultSubobject. In some situations, ...

Memory leak in Landscape edit mode

UE - Graphics Tools - Terrain - Landscape - Nov 28, 2025

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

PIE also rendering in-active / unfocused editor viewport

UE - Graphics Features - Nov 28, 2025

In 5.8, after entering PIE, the editor will start doing two SceneRenders per frame. This dramatically drops performance. Presumably this second render is for the inactive / unfocused editor viewport ...

SaveGeneratedTexture2DAsset can crash when overwriting an existing asset

UE - Texture - Nov 28, 2025

SaveGeneratedTexture2DAsset can crash for a variety of reasons when overwriting an existing texture asset. When no existing asset exists, the function simply moves the provided transient Texture ass ...

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

Crash when Live Coding is triggered after engine source edits Blueprints using ChildActorComponent

UE - Framework - Blueprint - Nov 28, 2025

After editing engine source files and triggering Live Coding, derived Blueprints that inherit from a Blueprint containing a ChildActorComponent cause UChildActorComponent::Serialize to run on a Live ...