SSGI is glitchy with splitscreen multiplayer

UE - Graphics Features - May 19, 2020

Composure DepthElement Not Producing A Picture

UE - Virtual Production - Rendering - Composure - Sep 21, 2020

The user tried to use the composure pipeline and followed what is written in the Documentation. All the elements and nodes written out in the documentation worked as expected with the exception of t ...

Variables changed in RecastNavMesh Generation tab do not save

UE - AI - Navigation - Jan 21, 2021

Confirmed this issue in 4.25.4, 4.26, and 4.26.1 therefore it is not a regression. Uploaded logs from 4.25.4 and 4.26.1, the backup logs are before the restart (step 5 in repro steps) ...

Once an actor channel is closed by NetCullDistance, root motion movement synchronization stops working

UE - Networking - Jul 12, 2021

Properties that uses DOREPLIFETIME_ACTIVE_OVERRIDE (ex. RepRootMotion ) will also skip replication when an actor channel is newly opened. This means that if the variables on the server side do not c ...

Mobile Previewer: Content Scale Factor 0 Issues

UE - Platform - Apple - Jul 13, 2021

There are several reported issues with Save Zones displays in the mobile previewer when the Mobile Content Scale Factor is set to 0.  When MobileContentScaleFactor is set to 0 a couple things hap ...

Translucent materials appear in all stencil layers when rendered in the Movie Render Queue

UE - Anim - Sequencer - MRQ - Jul 22, 2021

No matter how many passes there are translucent objects will appear in all of them. A notable case is particles, as their materials are often translucent. Using masked materials is a possible workar ...

iOS: Holding Backspace Does Not Delete Multiple Characters on UMG Text

UE - Editor - UI Systems - Slate - Aug 24, 2021

The iOS Virtual Keyboard has an issue when entering text into a regular UMG text entry field. If the backspace key is pressed and held, rather than deleting all the characters preceding the caret o ...

Set Editor Property node no longer works with Material Instances in UE5

UE - Gameplay - Blueprint - Feb 18, 2022

This is a Regression. Using an Editor Utility Widget to set properties on materials via Set Editor Property doesn't work in UE5 as it did in UE4. ...

Double Properties break reset to default and inherited value propagation

UE - Gameplay - LWC - Apr 13, 2022

This is an issue with how FPropertyValueImpl::ResetToDefault works: it uses GetDefaultValueAsString to reset the default value. This is problematic because the LexToString function that is eventuall ...