[AI] ZoneGraph does not update build settings when changed in project settings

UE - AI - Navigation - Dec 11, 2023

The build settings for ZoneGraph do not get refreshed after the editor loads. Changing the snap distance or the snap angle will not be reflected in the ZoneGraph until you reload the editor. You can ...

Geometry collection marked as nanite has no fallback in cooked build when nanite is disabled

UE - Rendering Architecture - Dec 11, 2023

When geometry collection is set as nanite, there is no non-nanite render data cooked. This means that there is no fallback if the cooked build uses r.nanite 0. This used to work with some code worka ...

Fix AssetManager rules overrides in case PrimaryAssetTypesToScan for PrimaryAssetLabel sets bApplyRecursively=false

UE - Foundation - Core - Cooker - Dec 11, 2023

SetPrimaryAssetRules sets the "is overridden" variables (e.g. bOverrideApplyRecursively) based on a comparison with the global default rules:static FPrimaryAssetRules DefaultRules; ... ExplicitRu ...

AssetRegistry and CoreRedirects: Users of GeneratedClassTag do not uniformly handle CoreRedirects

UE - Foundation - Core - Cooker - Dec 11, 2023

ClassPaths are stored in FBlueprintTags::GeneratedClassPath, FBlueprintTags::ParentClassPath, FBlueprintTags::NativeParentClassPath, and are read by many locations in editor code. But these location ...

Option "Always load last project on startup" is broken on UE 5.3

UE - Editor - Workflow Systems - Dec 9, 2023

In UE 5.3, when the option "Always load last project on startup" is enabled and a new Editor launch attempts to automatically reopen the last closed project, the dialog "The following modules are mi ...

FSoftObjectPath::ResolveObject references to the Editor's object in the first frame of Movie Render Queue

UE - Anim - Sequencer - MRQ - Dec 8, 2023

When implementing a sequencer system that uses FSoftObjectPath to reference an actor placed in a level (at runtime, the corresponding actor is obtained by calling FSoftObjectPath::ResolveObject), Re ...

Anim Sequence editor no longer displays track names

UE - Anim - Runtime - Dec 7, 2023

Looks like this was broken during the anim data model refactor.  The data exists on the data model now so we can probably display this via a details customization ...

Optimize Data Layer runtime state replication

UE - World Creation - Worldbuilding Tools - Data Layers - Dec 7, 2023

[Link Removed]This issue occurs only when I have a lot of RDLs (I tested 2500 and 1600). I tested with 6 RDLs and had no issuesI also noticed in the server log an error when a lot of RDLs are presen ...

Request to add manual overrides to "Equals()" function on input modifiers

UE - Gameplay - Input - Dec 7, 2023

From the user:  > Up until 5.3.1 those input modifiers were identical apart from the instanced data. If you upgrade to 5.3.1, not taking the new IMC files, the sensitivity settings will never get a ...

Difference in LODs between PIE and editor

UE - Rendering Architecture - Dec 7, 2023

It is possible to repo this without the exact steps, but that leaves it ambiguous if the camera moved when exiting PIE or not. ...