World Partition: warnings on editor only actors when running the editor in -server/-game mode

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

The warning for editor-only actors is unnecessary in these modes where they don't exist. ...

MaterialTextureScale calculated incorrectly for materials with WorldPositionOffset

UE - Rendering Architecture - Materials - Apr 16, 2024

When a Material uses WorldPositionOffset, the MaterialTextureScale is calculated incorrectly because FMaterialUtilities::ExportMaterialUVDensities() calls FMeshRenderer::RenderMaterialTexCoordScales ...

"Auto" option in Media IO is not updated correctly when apply is clicked

UE - Virtual Production - IO - Media - Apr 16, 2024

422 YUV To RGB Conversion produces incorrect result

UE - Virtual Production - IO - Media - Apr 16, 2024

Changing preview mesh appears to affect initial transforms of all control rigs in level viewport

UE - Anim - Rigging - Control Rig - Apr 16, 2024

It seems that switching the preview mesh in the control rig editor is affecting the initial transforms in the hiearchies of related control rigs in the level viewport.  This seems to be due to the c ...

Enabling SunPosition engine plugin causes a missing file warning in a packaged build

UE - Editor - Content Pipeline - Apr 18, 2024

Licensee noted that editor-only code from the Sun Position Calculator engine plugin was causing a warning in packaged builds. A similar issue was reported for 4.22 [Link Removed], but this appears t ...

PhysicsControl-enabled controls occasionally teleport to origin

UE - Anim - Apr 22, 2024

Occasionally, PhysicsControl controls will teleport to the world origin. This is sporadic and generally fixes itself either with a restart. In the licensee's case, the controls were also animation d ...

Screen jitters while blending constrained aspect ratio of camera

UE - Anim - Sequencer - Apr 23, 2024

The screen jitters when animating the size of the filmback of a aspect ratio constrained Cine Camera. Following behavior was observed by the customer: MRQ: The expected behavior - bars smoothly in ...

Creating MaterialInstanceDynamic for a moving/crumbled geometry collection component, the rendering position is reset to the initial location

UE - Simulation - Physics - Destruction - Apr 23, 2024

Creating a MID makes the render state dirty and the engine will recreate a new scene proxy without the current attitude. This results in rendering the object in incorrect location. Here is a tempor ...

Masked TwoSided material causing lumen direct lighting to leak through walls

UE - Graphics Features - Lumen - Apr 23, 2024

It appears that LumenScene's Hardware Ray Tracing is causing light leaking into a sealed room (which should be perfectly black). This bug does not appear to happen on AMD GPUs. ...