ReturnUntouchedSceneColorForPostProcessing ignores view overrides and breaks splitscreen

UE - Rendering - Architecture - Sep 17, 2026

When a view extension uses ReturnUntouchedSceneColorForPostProcessing and uses split screen, the final view is incorrect (clipped) because ReturnUntouchedSceneColorForPostProcessing doesn't take int ...

Linux Crash Reporter can fail due to exceeding crash malloc space when generating the report

UE - Platform - Linux - Sep 16, 2026

On Linux a crashing process can fail to produce a crash report at all. The crash folder is created and contains CrashContext.runtime-xml and Diagnostics.txt, but the copied log file is 0 bytes, Cras ...

Unexpected offset when using attach tracks with scene root components

UE - ACT Character - Sequencer - Sep 15, 2026

We noticed an inconsistency when using attach tracks, depending on whether or not the parent actor has a default scene root. This creates an unintuitive behaviour for animators. It can be reproduce ...

5.8 Run Construction Script in Seqeuncer hiding control rigs

UE - ACT Character - Sequencer - Sep 15, 2026

Controls don't display in viewport if the container blueprint has "Run Construction Script in Sequencer" enabled. We've also noticed spawned control tracks temporarily disappearing from sequencer. ...

World Partition - HLOD: baked HLOD textures contain unresolved runtime virtual texture content

UE - Engine Scaling - Streaming - Sep 15, 2026

Baking HLODs for actors that sample Runtime Virtual Textures produces incorrect baked textures: blurry or unresolved RVT tiles, fully black tiles on the first bake of an editor session, and washed-o ...

USD Export – Support exporting all UDIM tiles when using “Bake Materials”

UE - Editor - Open File Formats - Sep 15, 2026

Hi, I noticed an issue when exporting USD assets that contain materials using UDIM textures. When exporting USD, the “Bake Materials” option allows me to export the base textures and relink them c ...

SceneCaptureComponent2D destroys shared Lumen Radiosity atlases every frame, breaking temporal accumulation in the main view

UE - Rendering - Features - Lumen - Sep 14, 2026

A USceneCaptureComponent2D with bCaptureEveryFrame = true and default post process settings causes FLumenSceneData::IndirectLightingAtlas and RadiosityNumFramesAccumulatedAtlas on the sharedScene->D ...

Custom Debug Camera Is Not Respected If Set Anywhere Other Than Code

UE - Gameplay - Gameplay Cameras - Sep 11, 2026

The correct debug camera is no longer used if the class is set in a config file or within the Editor. When the debug camera is toggled on, the default will be used instead. If the class is set in co ...

Scrubbing the timeline in Sequencer can hang the editor when operating on constrained actors with complex control rigs

UE - ACT Character - Anim in Engine - Sep 11, 2026

The issue is caused by UAnimDetailsProxyManager::ForceUpdateProxyValue triggering evaluation of constraints that are attached to control rigs. When scrubbing, requests to ForceUpdateProxyValue are ...