PrepareTextureResources is being called repeatedly (on commandlets and potentially other cases)

UE - Graphics Tools - Terrain - Landscape - May 28, 2026

Implement a commandlet that renders (with `-AllowCommandletRendering`) and frequently calls `CommandletHelpers::TickEngine()`.Have the commandlet load a map containing a world-partitioned landscape. T ...

StreamingGeneration: Actor desc mutator phase now writes ActorDescView directly, breaking the cluster-invariant check in ValidateContainerInstanceDescriptors

UE - World Creation - Worldbuilding Tools - World Partition - May 22, 2026

This report is from an EPS case: We hit a regression upgrading our project from 5.7 to 5.8. Map Check (and any other path that ends up calling UWorldPartition::CheckForErrors) assert inside FWorld ...

Crash with SceneCapture DepthPrepassOptimization enabled

UE - Rendering - Architecture - May 22, 2026

FNiagaraRendererMeshes::GetDynamicRayTracingInstances(...) corrupting GPUScene when rendering multiple views

UE - Rendering - Graphics Features - Ray Tracing - May 20, 2026

When rendering a game in splitscreen using Lumen HWRT, Nanite and a large number of Niagara Mesh Particles 1mil+, various meshes and actors will stop rendering. Setting r.RayTracing.Geometry.Niagar ...

ApplyLocalExposure uses Output_ExtentInverse instead of Output_ViewportSizeInverse for bilateral grid UV

UE - Rendering - Graphics Features - May 18, 2026

The ApplyLocalExposureCS shader in PostProcessLocalExposure.usf computes UV coordinates for the LumBilateralGrid 3D texture using Output_ExtentInverse (1/RenderTargetSize) instead of Output_Viewport ...

[Enhanced Input] Chord trigger fails when its referenced action lives in a lower-priority IMC

UE - Gameplay - Input - May 18, 2026

Summary A UInputTriggerChordAction does not fire when the action it references (the "chording action") is mapped in a different Input Mapping Context with a lower priority than the IMC containing the ...

check(bRenderStateCreated) fires in SendRenderDynamicData_Concurrent called from FRegisterComponentContext::Process

UE - Rendering - Architecture - RHI - May 18, 2026

FRegisterComponentContext::Process() in ActorComponent.cpp iterates over SendRenderDynamicDataPrimitives and calls SendRenderDynamicData_Concurrent() on each. The existing guard checks ::IsValid(Pri ...

iOS builds fail on Windows.

UE - Platform - Mobile - May 15, 2026

Loading Windows installed iOs mobile provisioning profiles fails at start of iOS build from windows machine. This due to a recent change that attempts to load PKCS12 from mobileprovision files. Thes ...

ServerUpdateLevelVisibility called multiple times from UWorld::AddToWorld/RemoveFromWorld due to child connections

UE - World Creation - Worldbuilding Tools - World Partition - Apr 16, 2026

A recent change to ULevelStreaming::ServerUpdateLevelVisibility ensures that this only calls APlayerController::ServerUpdateLevelVisibility once for any non-child connections ( ...