Crash in FWebRemoteControlModule::HandleBatchRequest() when not enforcing passphrase on requests

UE - Virtual Production - IO - RemoteControl - Mar 20, 2026

When a client sends a request with no passphrase to Unreal Remote Control's "/remote/batch" endpoint, and the plugin is configured to not perform passphrase verification, the Editor will crash as so ...

Panini Lens Projection and Post Process buffers broken

UE - Rendering - Graphics Features - Mar 9, 2026

Panini Lens Distortion does not appear to affect some buffers (SceneDepth, CustomDepth, WorldNormal, etc.) consistently. These buffers behaved correctly in 5.3 ...

Potential wrong branch condition about DFAO and Niagara GPU SDF Collision

UE - Niagara - Mar 6, 2026

Particles using Distance Field collision can have their collision controlled by "r.DistanceFieldAO". It appears that the condition in "ShouldPrepareGlobalDistanceField(...)" from DistanceFieldAmbie ...

Niagara module "Beam Emitter Setup" makes attribute Emitter.BeamID flick between -1 and LoopCount every frame

UE - Niagara - Content - Mar 6, 2026

When working with beam and ribbon effects in Niagara, Emitter.BeamID is used to fill Particles.RibbonID so that a looping emitter can spawn multiple discrete beams. Emitter.BeamID is assigned by mod ...

Parent Socket property is not set from k2_attach_to

UE - Framework - Components - Feb 26, 2026

To speed up our process of creating control rig assets we are working on a Python script to automate this process. We have an issue when we try to attach a static mesh component to a socket of a ske ...

BP Event Dispatchers: Hidden reference from actor A -> B, if B bound to A's event dispatcher editor-time, unbound later, but actor A wasn't resaved.

UE - Framework - Blueprint Editor - Feb 19, 2026

Context In blueprint, one can bind to a referenced actor’s events by clicking an actor reference variable, and creating an event node through the variable’s detail panel. Under the hood, this adds ...

Niagara GPU Distance Field collision uses only the first view in split-screen, causing collision to drop out for other players when view 0 loses Global DF coverage

UE - Niagara - Feb 17, 2026

In split-screen, Niagara GPU Distance Field collision appears to be evaluated against only the first view passed into the Niagara GPU sim (view index 0), rather than per split-screen view. Because G ...

Issue during the CapturingScene phase when having Nanite mesh as source component for HLOD Generation

UE - World Creation - Worldbuilding Tools - Feb 17, 2026

When generating the textures for Approximate HLOD layers, the Nantie geometry is very low resolution, resulting in the captured textures fitting the actual HLOD geometry poorly. This creates visual ...