Classes in TargetDenyList modules are still referenced from Components on BlueprintGeneratedClasses and cause runtime warnings

UE - Foundation - Feb 25, 2024

Other than the presence of the error and the performance cost of looking for a package on disk that does not exist, there are no behavioral problems. When running with legacy (non-iostore) pakfiles ...

Cumulative Patching does not work with Pak signing

UE - Foundation - Feb 20, 2024

Cumulative patching is implemented by copying the generated pak files during staging of the base and each patch to the Releases directory. When creating a patch, all of the pak files from the releas ...

GetMonitorSizeFromEDID may fail to acquire the native resolution for ultrawide monitors

UE - Foundation - Dec 20, 2023

For some ultrawide monitors, UE may not correctly fetch the native resolution. GetMonitorSizeFromEDID attempts to retrieve native resolution from the Detailed Timing Descriptor of the EDID, but thes ...

LLM PlatformProcessMemory calculation ignores VRAM, and its calculation of how much memory is used by the process is too low

UE - Foundation - Sep 29, 2023

FLowLevelMemTracker::TickInternal() the ELLMTag::Total (and therefore ELLMTag::Untracked) memory amounts are calculated based only on the result of FPlatformMemory::GetStats(), which on the Windows ...

FMath::Eval ignores groupings while solving

UE - Foundation - Nov 8, 2022

This is not a regression. Tested in //UE5/Release-5.0 CL20979098 FMath::Eval ignores groupings while solving problems. This has caused some confusion with users who are expecting the groupings to b ...

C++ Actor Component is removed from Actors in scene when the Editor is restarted

UE - Foundation - Jun 8, 2022

This is a regression tested in //UE4/Release-4.27 CL#18319896 C++ Actor Component is removed from Actors in scene when the Editor is restarted. ...

Asset localization does not work properly for Paper2D related assets such as Flipbook

UE - Foundation - Mar 18, 2022

This issue is resolved by changing Paper2D's LoadingPhase to PostConfigInit, but this is a workaround. We suggest a better long term fix via AssetRegistry changes (see comments). In the default la ...

Creating new objects inside ForEachObjectWithOuter may cause the bucket of the iterated outer to be read-locked permanently

UE - Foundation - Feb 8, 2022

Not a Regression. Tested in: //UE5/Release-5.0 CL 18747223 Source-GitHub //UE4/Release-4.27 CL 18319896 Binary User Description: "The crash test code is located at Source/HashBucketLockedBug/Pr ...

Shapes create with generic 'StaticMeshActor' ID instead of using their name like in previous releases

UE - Foundation - Dec 2, 2021

This is a regression. In 4.27 basic shapes created from the place actor panel are named after their respective shapes making it easier to to discern. In 5.0ea this is no longer the case. ...