Reproducible softlock on iOS

UE - Platform - Apple - Jul 18, 2023

After performing the repro steps, screen will softlock unless you perform the "slide from 3 to 4, then back to 3" steps.  Appears to be an iOS system bug, but see if we can find a workaround. ...

Read-Only UI Components Don't Receive Input Events

UE - Editor - Workflow Systems - Jul 18, 2023

Custom context menus will not function when the property they are attached to is read-only,  as the input events no longer make it to our customization, but seem to get intercepted higher up the cha ...

Lumen Leaking and Reflection Flickering

UE - Rendering Architecture - Jul 18, 2023

Mobile preview does not follow PIE seamless travel

UE - Platform - Mobile - Jul 18, 2023

Interchange tests framework need to support python pipeline

UE - Editor - Content Pipeline - Import and Export - Jul 17, 2023

TraceDataFitering is not activated when LiveTrace is started from the Editor.

UE - Foundation - Insights - Jul 14, 2023

TraceDataFitering is not activated when LiveTrace is started. We can force it to be active by calling the following code.  IUnrealInsightsModule& UnrealInsightsModule = FModuleManager::LoadModuleCh ...

Navmesh does not update according to the volume, when an actor with a navigation volume tied to a parent is moved.

UE - AI - Navigation - Jul 14, 2023

When a NavmeshBoundsVolume or NavModifierVolume is parented to another actor in the outliner, navmesh is not updated along the volume when the parent actor is moved. If the volume is deleted and the ...

Delay when entering text into EditableText using Microsoft IME after switching between half-width and full-width characters

UE - Editor - UI Systems - UMG - Jul 14, 2023

When adding text after switching from half-width to full-width input using Microsoft IME, there may be a delay of about 3 seconds before the text can be entered correctly. This is supposed to occur ...

When breaking a level instance, foliage instances in the LevelInstance are placed in the wrong location

UE - World Creation - Worldbuilding Tools - Level Instances - Jul 8, 2023

Following code works as a work around. The code updates placement information of instances. TMap<UFoliageType*, TArray<const FFoliageInstancePlacementInfo*>> AInstancedFoliageActor::GetInstancesF ...

Compilation error in Mac editor builds when adding UWorld::IsStreamingLevelBeingConsidered function

UE - World Creation - Worldbuilding Tools - Jun 30, 2023

This code passes the build when compiled using the windows editor (Visual Studio), but fails when compiled using the mac editor (XCode). Adding ENGINE_API to struct FStreamingLevelsToConsider and ex ...