SpringArmComponent with "Use Camera Lag Substepping" does not handle fluctuating frame rates correctly

UE - Gameplay - Jun 4, 2024

The description of SpringArmComponent's "Use Camera Lag Substepping" option says "sub-step camera damping so that it handles fluctuating frame rates well". However, as noted and explained by a licen ...

Shader compilation errors when packaging for iOS after disabling force full precision

UE - Platform - Mobile - May 29, 2024

User report: I want to run iOS shaders with half precision floats as I do on Android. If I disable Force 32 bits Floating Point Precision, there are unfortunately a bunch of shader compilation error ...

Editing an array config property via ProjectSettings can end up editing other platform config properties.

UE - Foundation - Core - May 27, 2024

Platforms .ini config files can end up with incorrect data, due to how ProjectSettings manages the config data. On a Windows machine, if we open the ProjectSettings window, all the data is going to ...

CPF_TextExportTransient and RF_TextExportTransient inconsistent behavior

UE - Gameplay - Blueprint - May 23, 2024

The TextExportTransient can be specified as a property flag and object flag. Behavior is inconsistent: there are many ways in which an object marked TextExportTransient can still be part of the text ...

Gameplay Tag Query on Actor Component cannot be editted normally on instances

UE - Gameplay - Gameplay Ability System - May 23, 2024

A GameplayTagQuery in an ActorComponent cannot be properly edited on instances of an actor with said component. There is a workaround, but the issue makes editing Tag Queries rather annoying, doubl ...

NavMesh debug material color is changed by lighting with high lux values.

UE - AI - Debugging - May 23, 2024

There is a clear difference in color saturation for the nav mesh debug material between when lit by a light with low lux values (6) and when lit with high lux values (1000) and eye adaption is enabl ...

Crash on FPBDIslandManager::Reset() when exiting PIE

UE - Simulation - Physics - Solver - May 21, 2024

The editor might crash when stopping PIE in some scenarios ...

Blueprints might get corrupted after inheriting multiple times.

UE - Gameplay - Blueprint - May 17, 2024

Blueprints might get into a corrupted state when they are inherited for a big number of times. Starting from a C++ class, if you then create a BlueprintClass from the C++ class, and keep creating ne ...

Same lightmap textures are listed mutiple times in Lightmaps of WorldSettings

UE - Rendering Architecture - May 8, 2024

Same lightmap textures are listed multiple times in Lightmaps of WorldSettings. It seems that it just showes the same texture mutiple times but there is only one texture. [Image Removed] ...

Crash after 'Reparent Blueprint' when renaming component on-top of orphaned inherited component

UE - Gameplay - Blueprint Editor - May 7, 2024

After reparenting a blueprint and inherited components from the previous parent are removed, trying to give a new component the same name as a previous component causes a crash inside UObject::Renam ...